aboutsummaryrefslogtreecommitdiff
path: root/src/interp/newfort.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/newfort.boot')
-rw-r--r--src/interp/newfort.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/newfort.boot b/src/interp/newfort.boot
index 32ece73c..858f5c77 100644
--- a/src/interp/newfort.boot
+++ b/src/interp/newfort.boot
@@ -727,7 +727,7 @@ fortFormatCharacterTypes(names) ==
fortFormatIntrinsics(l) ==
$fortError : local := nil
- null l => return nil
+ null l => nil
displayLines fortran2Lines ['"INTRINSIC ",:addCommas(l)]