Skip to content

Commit d694dcf

Browse files
committed
fix submodule
1 parent 3f08a8b commit d694dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_system_subprocess.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ function getfile(fileName,err,delete) result(file)
753753
end function getfile
754754

755755
!> Return process ID
756-
integer(procesS_ID) function process_get_ID(process) result(ID)
756+
module integer(procesS_ID) function process_get_ID(process) result(ID)
757757
class(process_type), intent(in) :: process
758758
ID = process%id
759759
end function process_get_ID

0 commit comments

Comments
 (0)