mirror of
https://github.com/kgabis/parson.git
synced 2025-02-05 17:05:29 +00:00
Fix typo
This commit is contained in:
parent
3c4ee26dbb
commit
5f77b2f524
2
parson.c
2
parson.c
@ -64,7 +64,7 @@
|
||||
#define MAX_NESTING 2048
|
||||
|
||||
#ifndef PARSON_DEFAULT_FLOAT_FORMAT
|
||||
#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without incresing NUM_BUF_SIZE */
|
||||
#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without increasing NUM_BUF_SIZE */
|
||||
#endif
|
||||
|
||||
#ifndef PARSON_NUM_BUF_SIZE
|
||||
|
Loading…
Reference in New Issue
Block a user