commands: Trim obvious silly trailing space from output

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-05 11:49:11 +01:00
parent df614a9bdc
commit 02e00ed53b
6 changed files with 230 additions and 230 deletions

View file

@ -186,7 +186,7 @@ apro(void)
info_dp = opendir(infodir);
if (info_dp == NULL) {
pr("Can't open info dir \n");
pr("Can't open info dir\n");
logerror("Can't open info dir \"%s\"", infodir);
return RET_FAIL;
}