mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-24 06:46:40 +02:00
fixing bug in multiple -p/-e options to main
This commit is contained in:
parent
445f5f5f31
commit
5ee65cd71b
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -104,7 +104,6 @@ void run_main (int argc, char **argv) {
|
||||||
sexp_write_char(ctx, '\n', out);
|
sexp_write_char(ctx, '\n', out);
|
||||||
}
|
}
|
||||||
quit = 1;
|
quit = 1;
|
||||||
i++;
|
|
||||||
break;
|
break;
|
||||||
case 'l':
|
case 'l':
|
||||||
load_init();
|
load_init();
|
||||||
|
|
Loading…
Add table
Reference in a new issue