Skip to content

Commit 9524515

Browse files
committed
fixed a minor standards violation
1 parent 99a8bd4 commit 9524515

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
@@ -7985,7 +7985,7 @@ subroutine add_to_path(str,path_sep)
79857985
!! prepend the string to the path
79867986
implicit none
79877987
character(kind=CK,len=*),intent(in) :: str !! string to prepend to `path`
7988-
character(kind=CK,len=1),intent(in),optional :: path_sep
7988+
character(kind=CK,len=*),intent(in),optional :: path_sep
79897989
!! path separator (default is '.').
79907990
!! (ignored if `json%path_mode/=1`)
79917991

0 commit comments

Comments
 (0)