diff options
Diffstat (limited to 'tools/make_shim.c')
-rw-r--r-- | tools/make_shim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_shim.c b/tools/make_shim.c index fc60821..a025905 100644 --- a/tools/make_shim.c +++ b/tools/make_shim.c @@ -119,7 +119,7 @@ int main(int argc, char * argv[]) { end = strchr(lineptr, ';'); if (end) *end = 0; lineptr[strrspn(lineptr, " \t\n")] = 0; - if (!*line) + if (!*lineptr) continue; // Get the bank, address, and symbol |