Skip to content

Commit d72cee1

Browse files
committed
minor comment change.
1 parent 611bbfc commit d72cee1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/json_value_module.F90

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4413,13 +4413,12 @@ subroutine json_get_by_path_default(json,me,path,p,found,create_it,was_created)
44134413
end if
44144414
p => tmp
44154415
else
4416-
child_i = i + 1 ! what is this for? ... it never happens
4417-
! in the test cases. '@(' maybe?
4416+
child_i = i + 1 ! say, '@('
44184417
cycle
44194418
end if
44204419
if (.not. associated(p)) then
44214420
call json%throw_exception('Error in json_get_by_path_default:'//&
4422-
' Error getting array element')
4421+
' Error getting array element')
44234422
exit
44244423
end if
44254424
child_i = i + 1

0 commit comments

Comments
 (0)