]> Shamusworld >> Repos - rmac/blobdiff - expr.c
Update to the name (don't ask), and copyright dates. Now at v2.1.0.
[rmac] / expr.c
diff --git a/expr.c b/expr.c
index f31e9e59ddf67c1be317af23a1428c22da4ee534..8faa634ee8a22825a2826f427904bf123d7fefa0 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -1,7 +1,7 @@
 //
-// RMAC - Reboot's Macro Assembler for all Atari computers
+// RMAC - Renamed Macro Assembler for all Atari computers
 // EXPR.C - Expression Analyzer
-// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -169,7 +169,6 @@ int expr1(void)
                case CR_FILESIZE:
                        if (*tok++ != STRING)
                                return error("^^FILESIZE expects filename inside string");
-
                        *evalTokenBuffer.u32++ = CONST;
                        // @@copypasted from d_incbin, maybe factor this out somehow?
                        // Attempt to open the include file in the current directory, then (if that