From cd33a76511a3c081428dd0115147fcc4d8e24533 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 28 Sep 2011 03:02:55 +1000 Subject: remove stray comma causing build warnings. (bzr r10650) --- config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h.cmake b/config.h.cmake index a20bedf76..6227c1f4f 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -132,7 +132,7 @@ #cmakedefine POPPLER_NEW_COLOR_SPACE_API 1 /* GfxPatch no longer uses GfxColor in >= 0.15.1 */ -#cmakedefine POPPLER_NEW_GFXPATCH, 1 +#cmakedefine POPPLER_NEW_GFXPATCH 1 /* Define to 1 if you have the `pow' function. */ #cmakedefine HAVE_POW 1 -- cgit v1.2.3