fix typo in json_object.h

git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@28 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
Michael Clark
2009-01-10 13:58:06 +00:00
parent 68cafad078
commit e6548a3dc2
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
#ifndef _json_object_h_
#define _json_object_h_
#define JSON_OBJECT_DEF_HASH_ENTIRES 16
#define JSON_OBJECT_DEF_HASH_ENTRIES 16
#undef FALSE
#define FALSE ((boolean)0)