Skip to content

Commit df3951d

Browse files
committed
Merge branch 'fix_loadtxt' of github.com:perazz/stdlib into fix_loadtxt
2 parents 071c064 + ab9fb9d commit df3951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ contains
172172

173173
enddo
174174
else
175-
! Otherwise pass default or user specified fmt string.
175+
! Otherwise pass default or user specified fmt string.
176176
do i = 1, max_rows_
177177
read (s,fmt_,iostat=ios,iomsg=iomsg) d(i, :)
178178

0 commit comments

Comments
 (0)