summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-25 11:57:04 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-25 11:57:04 (GMT)
commite69c6a4dd3b378e26fbeaeb17c5cbb1cdfcd5e30 (patch)
treeb75693e117013b7a498e6688096112c9dc943a1e /src/misc.c
parenta589f78429991b60da8a76ad2c17ade7d735ec96 (diff)
downloadpowder-e69c6a4dd3b378e26fbeaeb17c5cbb1cdfcd5e30.zip
powder-e69c6a4dd3b378e26fbeaeb17c5cbb1cdfcd5e30.tar.gz
Typo
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 1a99a71..171ad75 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -448,7 +448,7 @@ int register_extension()
return 0;
#elif defined LIN64
return 0;
-#elif definded MACOSX
+#elif defined MACOSX
return 0;
#endif
}