diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2020-09-30 10:29:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 10:29:40 +0100 |
commit | 0fe14b81507be3fe1cd6beda4b960384e813732d (patch) | |
tree | 5a945ac788a8abcfaaf6c5675ddff4507e3e7ebf | |
parent | 83cdb728defaee81c76b5805a59763bd5bac434f (diff) | |
download | fpm-0fe14b81507be3fe1cd6beda4b960384e813732d.tar.gz fpm-0fe14b81507be3fe1cd6beda4b960384e813732d.zip |
Update fpm/src/fpm_filesystem.f90
Co-authored-by: Milan Curcic <caomaco@gmail.com>
-rw-r--r-- | fpm/src/fpm_filesystem.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/src/fpm_filesystem.f90 b/fpm/src/fpm_filesystem.f90 index 0ef844f..2aa9f8b 100644 --- a/fpm/src/fpm_filesystem.f90 +++ b/fpm/src/fpm_filesystem.f90 @@ -113,7 +113,7 @@ end function canon_path function dirname(path) result (dir) ! Extract dirname from path ! - character(*), intent(In) :: path + character(*), intent(in) :: path character(:), allocatable :: dir character(:), allocatable :: file_parts(:) |