[poppler] poppler/poppler-config.h.cmake
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Jun 3 14:32:07 PDT 2013
poppler/poppler-config.h.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 395b3fa021850225e1fea66736f3a3f00571571f
Author: Albert Astals Cid <aacid at kde.org>
Date: Mon Jun 3 23:31:52 2013 +0200
Fix #end -> #endif
diff --git a/poppler/poppler-config.h.cmake b/poppler/poppler-config.h.cmake
index bb870f4..af534c9 100644
--- a/poppler/poppler-config.h.cmake
+++ b/poppler/poppler-config.h.cmake
@@ -164,7 +164,7 @@ char * strtok_r (char *s, const char *delim, char **save_ptr);
#else
#define GCC_PRINTF_FORMAT(fmt_index, va_index) \
__attribute__((__format__(__printf__, fmt_index, va_index)))
-#end
+#endif
#else
#define GCC_PRINTF_FORMAT(fmt_index, va_index)
#endif
More information about the poppler
mailing list