aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-09-30 10:29:40 +0100
committerGitHub <noreply@github.com>2020-09-30 10:29:40 +0100
commit0fe14b81507be3fe1cd6beda4b960384e813732d (patch)
tree5a945ac788a8abcfaaf6c5675ddff4507e3e7ebf
parent83cdb728defaee81c76b5805a59763bd5bac434f (diff)
downloadfpm-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.f902
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(:)