diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/json.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -77,7 +77,7 @@ typedef struct _json_value     union     {        int boolean; -      long integer; +      long long integer;        double dbl;        struct | 
