Skip to content

Commit

Permalink
Merge pull request #183 from cortexlang/sqlite
Browse files Browse the repository at this point in the history
Sqlite
  • Loading branch information
jleeothon committed Mar 16, 2015
2 parents 3b15f13 + 00e9329 commit 03b94bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/json/include/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "cortex.h"
#include "cx_serializer.h"

/* String serializer data */
/* JSON serializer data */
typedef struct cx_json_ser_t {
/* Public */
cx_string buffer;
Expand Down

0 comments on commit 03b94bc

Please sign in to comment.