Skip to content

Commit

Permalink
Remove stray '`' from JPARSE_UTF8_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
xexyl committed Nov 1, 2024
1 parent 66ed095 commit 3ceb32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jparse/json_utf8.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/*
* official jparse UTF-8 version
*/
#define JPARSE_UTF8_VERSION "2.0.0 2024-10-3`" /* format: major.minor YYYY-MM-DD */
#define JPARSE_UTF8_VERSION "2.0.0 2024-10-3" /* format: major.minor YYYY-MM-DD */


extern size_t utf8len(const char *str, int32_t surrogate);
Expand Down

0 comments on commit 3ceb32c

Please sign in to comment.