commands: Trim obvious silly trailing space from output
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
df614a9bdc
commit
02e00ed53b
6 changed files with 230 additions and 230 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue