Skip to content

Commit e8d840c

Browse files
jvdp114NGiestas
andauthored
Update test/example/logger/demo_log_text_error.f90
Co-authored-by: Ian Giestas Pauli <[email protected]>
1 parent ec8d47c commit e8d840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example/logger/demo_log_text_error.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ program demo_log_text_error
22
use stdlib_logger
33

44
character(*), parameter :: filename = 'dummy.txt'
5-
integer :: col_no, line_no, lun
5+
integer :: col_no, line_no, lun, status
66
character(128) :: line
77
character(*), parameter :: message = 'Bad text found.'
88

0 commit comments

Comments
 (0)