Skip to content

Commit

Permalink
fix missing line break in precompile error message
Browse files Browse the repository at this point in the history
(cherry picked from commit 8dfe9c8)
ref #17947
  • Loading branch information
JeffBezanson authored and tkelman committed Sep 13, 2016
1 parent d1cae50 commit a0dc8e7
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 @@ -1634,7 +1634,7 @@ int jl_deserialize_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 a0dc8e7

Please sign in to comment.