Skip to content

Commit a21c24b

Browse files
perazzjalvesz
andauthored
Update example/io/example_getfile.f90
Co-authored-by: jalvesz <102541118+jalvesz@users.noreply.github.com>
1 parent 9a3ecda commit a21c24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/io/example_getfile.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ program example_getfile
55
use stdlib_error, only: state_type
66
implicit none
77

8-
character(*), parameter :: fileName = "example.txt"
8+
character(*), parameter :: filename = "example.txt"
99
type(string_type) :: fileContent
1010
type(state_type) :: err
1111

0 commit comments

Comments
 (0)