[Pkg-owncloud-commits] [owncloud-client] 89/332: CSync: Move compiler ifdef outwards

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 319cf76417f91350b03e885ba282fcb6e0b0388c
Author: Markus Goetz <markus at woboq.com>
Date:   Mon Jun 16 16:26:00 2014 +0200

    CSync: Move compiler ifdef outwards
---
 csync/src/csync_private.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csync/src/csync_private.h b/csync/src/csync_private.h
index cadc651..2e3674b 100644
--- a/csync/src/csync_private.h
+++ b/csync/src/csync_private.h
@@ -117,11 +117,11 @@ struct csync_s {
     c_list_t *ignored_cleanup;
   } remote;
 
-  struct {
 #if defined(HAVE_ICONV) && defined(WITH_ICONV)
+  struct {
     iconv_t iconv_cd;
-#endif
   } options;
+#endif
 
   /* replica we are currently walking */
   enum csync_replica_e current;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list