Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjchion <jchion>2010-06-02 20:02:51 (GMT)
committer jchion <jchion>2010-06-02 20:02:51 (GMT)
commitec2be67689e22777f6bc37f017d7e50a4ba98790 (patch)
treee6f0cf606e650295d109b2660ea4cf0096e76332
parentf5bf5f5c0815984768fe26eafb7ba56e27c4716b (diff)
seem to have small mistake on line 504
-rw-r--r--src/tuxpaint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuxpaint.c b/src/tuxpaint.c
index 39a0576..b95054b 100644
--- a/src/tuxpaint.c
+++ b/src/tuxpaint.c
@@ -501,7 +501,7 @@ extern WrapperData macosx;
//#define fmemopen_alternative */ /* Uncomment this to test the fmemopen alternative in systems were fmemopen exists */
-#ifdef (__HAIKU__) // Haiku needs it, at least for now
+#if defined (__HAIKU__) // Haiku needs it, at least for now
#define fmemopen_alternative
#endif