mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-28 04:37:39 +00:00
labels don't need a semicolon :)
This commit is contained in:
@@ -401,7 +401,7 @@ struct emulator_config *load_config_file(char *filename) {
|
||||
break;
|
||||
}
|
||||
|
||||
skip_line:;
|
||||
skip_line:
|
||||
cur_line++;
|
||||
}
|
||||
goto load_successful;
|
||||
|
||||
Reference in New Issue
Block a user