summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-03-20 09:30:17 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-03-20 09:30:17 +0800
commit891d3fce0084134a6f6b725557877c3d6c7e8ad2 (patch)
tree07f7ce498f9c751f52aff152cf4ff9a9be0ac32b
parent44d688cdfbec2ca7de589bb766720d57ea513991 (diff)
downloadclutter-891d3fce0084134a6f6b725557877c3d6c7e8ad2.tar.gz
Fix on Last Commit of config.h.win32.in
Missed a /* before an #undef line, causing build warnings, oops, sorry.
-rw-r--r--clutter/config.h.win32.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/config.h.win32.in b/clutter/config.h.win32.in
index 105e06542..f53803555 100644
--- a/clutter/config.h.win32.in
+++ b/clutter/config.h.win32.in
@@ -140,7 +140,7 @@
#define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O */
+/* #undef NO_MINUS_C_MINUS_O */
/* Define to 1 if building for Linux */
/* #undef OS_LINUX */