Skip to content

Commit

Permalink
Fix typo in list_fortran_suffixes by @jvdp1
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
perazz and jvdp1 authored Jan 19, 2024
1 parent 7b035fd commit e3e32cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_sources.f90
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ subroutine list_fortran_suffixes(suffixes,with_f_ext)
end do
if (present(with_f_ext)) then
do i=1,nuser
suffixes(ndefault+1) = string_t(with_f_ext(i)%s)
suffixes(ndefault+i) = string_t(with_f_ext(i)%s)
end do
endif

Expand Down

0 comments on commit e3e32cd

Please sign in to comment.