Commit 8cb545bf authored by Magnus Hagander's avatar Magnus Hagander

Add missing newline in message

parent fdf71389
...@@ -192,7 +192,7 @@ cleanup_directories_atexit(void) ...@@ -192,7 +192,7 @@ cleanup_directories_atexit(void)
if (made_tablespace_dirs || found_tablespace_dirs) if (made_tablespace_dirs || found_tablespace_dirs)
fprintf(stderr, fprintf(stderr,
_("%s: changes to tablespace directories will not be undone"), _("%s: changes to tablespace directories will not be undone\n"),
progname); progname);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment