We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1d0ca commit 99992c5Copy full SHA for 99992c5
NppJSONViewer/json.c
@@ -1039,7 +1039,7 @@ json_format_string (const char *text)
1039
size_t pos = 0, text_length;
1040
1041
// make sure these two integers are signed
1042
- // we want to allow negative when the json is bad
+ // we want to allow testing against negative when the json is bad
1043
signed int indentation = 0; /* the current indentation level */
1044
signed int i; /* loop iterator variable */
1045
char loop;
0 commit comments