Skip to content

Commit

Permalink
Update src/stdlib_io.fypp
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 Oct 6, 2024
1 parent 15de15d commit ab9fb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_io.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ contains

enddo
else
! Otherwise pass default or user specified fmt string.
! Otherwise pass default or user specified fmt string.
do i = 1, max_rows_
read (s,fmt_,iostat=ios,iomsg=iomsg) d(i, :)

Expand Down

0 comments on commit ab9fb9d

Please sign in to comment.