Skip to content

Commit 576dbbb

Browse files
committed
surely this can’t be causing the problem.
1 parent bdd3010 commit 576dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_value_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7233,7 +7233,7 @@ recursive subroutine pop_char(json,unit,str,skip_ws,skip_comments,eof,popped)
72337233
parsing_comment = .true.
72347234
cycle
72357235

7236-
elseif (any(c == control_chars)) then
7236+
else if (any(c == control_chars)) then
72377237

72387238
! non printing ascii characters
72397239
cycle

0 commit comments

Comments
 (0)