Skip to content

Commit 79bb772

Browse files
committed
fix protected declaration
1 parent 68dfc6d commit 79bb772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module json_module
7373

7474
implicit none
7575

76-
character(kind=json_CK,len=*),parameter,protected :: json_fortran_version = '8.2.5'
76+
character(kind=json_CK,len=*),protected :: json_fortran_version = '8.2.5'
7777
!! JSON-Fortran version.
7878
!!
7979
!!@note This string should match the one in the `.VERSION` file (which is used

0 commit comments

Comments
 (0)