Skip to content

Commit 06aa578

Browse files
syntelossheredom
authored andcommitted
typedef
1 parent 25231f0 commit 06aa578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ typedef struct json_string_ex_s {
253253
/* The row number for the value in the JSON input, in bytes. */
254254
size_t row_no;
255255

256-
} json_string_ex;
256+
} json_string_ex_t;
257257

258258
/* A JSON number value. */
259259
typedef struct json_number_s {

0 commit comments

Comments
 (0)