diff options
Diffstat (limited to 'test/Fortran/SHF77.py')
-rw-r--r-- | test/Fortran/SHF77.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/SHF77.py b/test/Fortran/SHF77.py index 2f259cd..233921b 100644 --- a/test/Fortran/SHF77.py +++ b/test/Fortran/SHF77.py @@ -47,7 +47,7 @@ infile = open(args[0], 'rb') outfile = open(out, 'wb') for l in infile.readlines(): if l[:len(comment)] != comment: - outfile.write(l) + outfile.write(l) sys.exit(0) """) |