[svn] pinentry - r183 - trunk/gtk+-2
svn author marcus
cvs at cvs.gnupg.org
Mon May 5 01:38:13 CEST 2008
Author: marcus
Date: 2008-05-05 01:38:13 +0200 (Mon, 05 May 2008)
New Revision: 183
Modified:
trunk/gtk+-2/gtksecentry.c
Log:
Fix last change.
Modified: trunk/gtk+-2/gtksecentry.c
===================================================================
--- trunk/gtk+-2/gtksecentry.c 2008-05-04 23:24:28 UTC (rev 182)
+++ trunk/gtk+-2/gtksecentry.c 2008-05-04 23:38:13 UTC (rev 183)
@@ -270,9 +270,9 @@
#if GLIB_CHECK_VERSION (2,15,5)
-GMALLOC_SIZE gsize
+#define GMALLOC_SIZE gsize
#else
-GMALLOC_SIZE gulong
+#define GMALLOC_SIZE gulong
#endif
gpointer
More information about the Gnupg-commits
mailing list