Skip to content

Commit

Permalink
Merge pull request JuliaLang#17947 from JuliaLang/jb/newline
Browse files Browse the repository at this point in the history
fix missing line break in precompile error message
  • Loading branch information
JeffBezanson authored Aug 10, 2016
2 parents fa1c6f8 + 8dfe9c8 commit bf05553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ static int read_verify_mod_list(ios_t *s)
if (m->uuid != uuid) {
jl_printf(JL_STDERR,
"WARNING: Module %s uuid did not match cache file\n"
" This is likely because module %s does not support"
" This is likely because module %s does not support\n"
" precompilation but is imported by a module that does.\n",
name, name);
return 0;
Expand Down

0 comments on commit bf05553

Please sign in to comment.