Skip to content

Commit dc70dae

Browse files
committed
typo
1 parent 2c68f19 commit dc70dae

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
@@ -5585,7 +5585,7 @@ subroutine json_create_by_path(json,me,path,p,found,was_created)
55855585
!! (as opposed to already being there)
55865586

55875587
type(json_value),pointer :: tmp
5588-
character(kind=CK,len=max_integer_str_len),allocatable :: path_mode_str !! string version
5588+
character(kind=CK,len=max_integer_str_len) :: path_mode_str !! string version
55895589
!! of `json%path_mode`
55905590

55915591
if (present(p)) nullify(p)

0 commit comments

Comments
 (0)