From ab9fb9da3bbccaa9fe0f6b826f923866d2fda9f8 Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Sun, 6 Oct 2024 12:48:32 +0200 Subject: [PATCH] Update src/stdlib_io.fypp Co-authored-by: Jeremie Vandenplas --- src/stdlib_io.fypp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlib_io.fypp b/src/stdlib_io.fypp index 65196d237..de5f3e4d5 100644 --- a/src/stdlib_io.fypp +++ b/src/stdlib_io.fypp @@ -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, :)