fixing bug in multiple -p/-e options to main

This commit is contained in:
Alex Shinn 2010-02-25 23:56:28 +09:00
parent 445f5f5f31
commit 5ee65cd71b

1
main.c
View file

@ -104,7 +104,6 @@ void run_main (int argc, char **argv) {
sexp_write_char(ctx, '\n', out);
}
quit = 1;
i++;
break;
case 'l':
load_init();