Skip to content

Commit cd041f8

Browse files
authored
Update cjlib.h
1 parent c49ff14 commit cd041f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/cjlib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ union cjlib_json_data_disting
152152
*/
153153
struct cjlib_json_data
154154
{
155-
union cjlib_json_data_disting c_value; // TODO - change to pointer.
156-
enum cjlib_json_datatypes c_datatype; // TODO - change to pointer.
155+
union cjlib_json_data_disting c_value;
156+
enum cjlib_json_datatypes c_datatype;
157157
};
158158

159159
static inline int cjlib_json_init(struct cjlib_json *restrict src)

0 commit comments

Comments
 (0)