Skip to content

Commit

Permalink
Update fpm_pkg_config.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 24, 2024
1 parent 5bc7962 commit c369e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_pkg_config.f90
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function pkgcfg_get_libs(package,error) result(libraries)
nlib = size(tokens)
allocate(libraries(nlib))
do i=1,nlib
libraries(i) = string_t(string_t(trim(adjustl(tokens(i))))
libraries(i) = string_t(string_t(trim(adjustl(tokens(i)))))
end do

else
Expand Down

0 comments on commit c369e7a

Please sign in to comment.