Skip to content

Commit

Permalink
add missing break for can_inline in repl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Jan 2, 2015
1 parent 0aee462 commit 94dd3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/repl.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ void parse_opts(int *argcp, char ***argvp)
ios_printf(ios_stderr, "julia: invalid argument to --inline (%s)\n", optarg);
exit(1);
}
break;
case 'b': // build
jl_compileropts.build_path = strdup(optarg);
if (!imagepathspecified)
Expand Down

0 comments on commit 94dd3cc

Please sign in to comment.