I18N: replace several spourious spaces

This commit is contained in:
Frank H. Ellenberger
2021-02-18 07:30:53 +01:00
parent 956705453e
commit 6bc8679932
36 changed files with 116 additions and 114 deletions

View File

@@ -81,7 +81,7 @@ gncReadFile (const char * filename, char ** data)
if ( fd == -1 )
{
int norr = errno;
PERR ("file %s: (%d) %s \n", filename, norr, strerror(norr));
PERR ("file %s: (%d) %s\n", filename, norr, strerror(norr));
return 0;
}