Skip to content

Commit 0fe14b8

Browse files
Update fpm/src/fpm_filesystem.f90
Co-authored-by: Milan Curcic <[email protected]>
1 parent 83cdb72 commit 0fe14b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm/src/fpm_filesystem.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ end function canon_path
113113
function dirname(path) result (dir)
114114
! Extract dirname from path
115115
!
116-
character(*), intent(In) :: path
116+
character(*), intent(in) :: path
117117
character(:), allocatable :: dir
118118

119119
character(:), allocatable :: file_parts(:)

0 commit comments

Comments
 (0)