Minor compiler warning fix (change #if to #ifdef)
authorMilan Crha <mcrha@redhat.com>
Tue, 28 Jun 2011 09:46:39 +0000 (11:46 +0200)
committerMilan Crha <mcrha@redhat.com>
Tue, 28 Jun 2011 09:46:39 +0000 (11:46 +0200)
addressbook/backends/google/e-book-backend-google.c

index c9da00a..428bb52 100644 (file)
@@ -603,7 +603,7 @@ get_new_contacts (EBookBackend *backend)
                (GDataQueryProgressCallback) (last_updated ?
                        process_subsequent_entry : process_initial_entry),
                backend,
-#if HAVE_LIBGDATA_0_9
+#ifdef HAVE_LIBGDATA_0_9
                (GDestroyNotify) NULL,
 #endif
                (GAsyncReadyCallback) get_new_contacts_cb,