Skip to content

Commit 1c6c044

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

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
@@ -6,7 +6,7 @@ program example_getfile
66
implicit none
77

88
character(*), parameter :: filename = "example.txt"
9-
type(string_type) :: fileContent
9+
type(string_type) :: filecontent
1010
type(state_type) :: err
1111

1212
! Read a file into a string

0 commit comments

Comments
 (0)