Procházet zdrojové kódy

Typo fixed in frozen.h

Sergey Lyubka před 11 roky
rodič
revize
78b29e46fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      frozen.h

+ 1 - 1
frozen.h

@@ -37,7 +37,7 @@ struct json_token {
   const char *ptr;      // Points to the beginning of the token
   const char *ptr;      // Points to the beginning of the token
   int len;              // Token length
   int len;              // Token length
   int num_desc;         // For arrays and object, total number of descendants
   int num_desc;         // For arrays and object, total number of descendants
-  enum json_type type;  // Type of the token, possible values below
+  enum json_type type;  // Type of the token, possible values above
 };
 };
 
 
 // Error codes
 // Error codes