Skip to content

Commit 7950b0b

Browse files
committed
line too long
1 parent 4ebe231 commit 7950b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fpm/manifest/library.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ subroutine new_library(self, table, error)
125125
case("shared","static","monolithic")
126126
! OK
127127
case default
128-
call fatal_error(error,"Value of library.type cannot be '"//self%lib_type//"', choose shared/static/monolithic (default)")
128+
call fatal_error(error,"Value of library.type cannot be '"//self%lib_type &
129+
//"', choose shared/static/monolithic (default)")
129130
return
130131
end select
131132

0 commit comments

Comments
 (0)