Fix typos

This commit is contained in:
Rafal Kupiec 2018-07-19 18:57:58 +02:00
parent 95e9174058
commit 98e2775e9a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef __DUMMY_H__
#define __DUMMY_H__
#ifndef __JSON_H__
#define __JSON_H__
#include "ph7.h"
#include "ph7int.h"
@ -27,7 +27,7 @@
#define JSON_TK_NUM 0x010 /* Numeric */
#define JSON_TK_OCB 0x020 /* Open curly braces '{' */
#define JSON_TK_CCB 0x040 /* Closing curly braces '}' */
#define JSON_TK_OSB 0x080 /* Open square bracke '[' */
#define JSON_TK_OSB 0x080 /* Open square bracket '[' */
#define JSON_TK_CSB 0x100 /* Closing square bracket ']' */
#define JSON_TK_COLON 0x200 /* Single colon ':' */
#define JSON_TK_COMMA 0x400 /* Single comma ',' */