diff options
Diffstat (limited to 'json.c')
| -rw-r--r-- | json.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1065,7 +1065,7 @@ quote: s++; } break; - } if (*s == '"') { + } else if (*s == '"') { /* We're converting single quotes to double quotes, * so double quotes need to be automatically escaped. */ flush(); |
