mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add missing newlines at end of error messages
This commit is contained in:
@@ -87,7 +87,7 @@ pg_calloc(size_t nmemb, size_t size)
|
||||
tmp = calloc(nmemb, size);
|
||||
if (!tmp)
|
||||
{
|
||||
psql_error("out of memory");
|
||||
psql_error("out of memory\n");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
return tmp;
|
||||
|
Reference in New Issue
Block a user