summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:18:44 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:18:44 -0600
commit88a3c16c784fc14008f1cf3af525a71f735d6617 (patch)
tree2f9650dc40b7c25ae33a49411764ef023bd8dc8b /src
parent18e45d1e52e7cd7a4e948b74ae30057ab5d960fe (diff)
downloadyajl-88a3c16c784fc14008f1cf3af525a71f735d6617.tar.gz
fix another pair of build warnings
Diffstat (limited to 'src')
-rw-r--r--src/yajl_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yajl_tree.c b/src/yajl_tree.c
index 17bb7af..3e7da94 100644
--- a/src/yajl_tree.c
+++ b/src/yajl_tree.c
@@ -25,7 +25,7 @@
#include "yajl_parser.h"
-#if WIN32
+#ifdef WIN32
#define snprintf sprintf_s
#endif