diff options
Diffstat (limited to 'src/fpm/manifest/package.f90')
-rw-r--r-- | src/fpm/manifest/package.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm/manifest/package.f90 b/src/fpm/manifest/package.f90 index 0150553..fd5e873 100644 --- a/src/fpm/manifest/package.f90 +++ b/src/fpm/manifest/package.f90 @@ -134,7 +134,7 @@ contains end if if(.not.is_fortran_name(to_fortran_name(self%name)))then call syntax_error(error, 'manifest file syntax error: package name must be composed only of & - &alphanumerics, "-" and "_" and start with a letter') + &alphanumerics, "-" and "_" and start with a letter::'//self%name) return endif |