Skip to content

Commit e3e32cd

Browse files
perazzjvdp1
andauthored
Fix typo in list_fortran_suffixes by @jvdp1
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 7b035fd commit e3e32cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_sources.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ subroutine list_fortran_suffixes(suffixes,with_f_ext)
7171
end do
7272
if (present(with_f_ext)) then
7373
do i=1,nuser
74-
suffixes(ndefault+1) = string_t(with_f_ext(i)%s)
74+
suffixes(ndefault+i) = string_t(with_f_ext(i)%s)
7575
end do
7676
endif
7777

0 commit comments

Comments
 (0)