diff options
Diffstat (limited to 'src/get-carddav-report.c')
-rw-r--r-- | src/get-carddav-report.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/get-carddav-report.c b/src/get-carddav-report.c index c88a9ae..fffef72 100644 --- a/src/get-carddav-report.c +++ b/src/get-carddav-report.c @@ -1,5 +1,3 @@ -/* vim: set textwidth=80 tabstop=4 smarttab: */ - /* Copyright (c) 2010 Timothy Pearson (kb9vqf@pearsoncomputing.net) * Copyright (c) 2008 Michael Rasmussen (mir@datanom.net) * @@ -378,4 +376,4 @@ gboolean carddav_getall_by_uri(carddav_settings* settings, carddav_error* error) curl_easy_cleanup(curl); g_free(dav_file_listing); return result; -}
\ No newline at end of file +} |