Skip to content

Commit 99992c5

Browse files
committed
better comments
1 parent cb1d0ca commit 99992c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NppJSONViewer/json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ json_format_string (const char *text)
10391039
size_t pos = 0, text_length;
10401040

10411041
// make sure these two integers are signed
1042-
// we want to allow negative when the json is bad
1042+
// we want to allow testing against negative when the json is bad
10431043
signed int indentation = 0; /* the current indentation level */
10441044
signed int i; /* loop iterator variable */
10451045
char loop;

0 commit comments

Comments
 (0)