diff options
Diffstat (limited to 'tools/free_space.awk')
| -rwxr-xr-x | tools/free_space.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/free_space.awk b/tools/free_space.awk index 587ac123..e47f35c1 100755 --- a/tools/free_space.awk +++ b/tools/free_space.awk @@ -39,7 +39,7 @@ function register_bank(amount) { } } -rom_bank && toupper($0) ~ /^[ \t]*EMPTY/ { +rom_bank && toupper($0) ~ /^[ \t]*EMPTY$/ { # Empty bank register_bank(16384) } |
