Skip to content

Commit 4fbed7f

Browse files
authored
Merge pull request #78 from Jugolo/patch-1
but it won't hurt to add.space
2 parents 0e5efab + 261468d commit 4fbed7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ bool COMMAND::execute_internal_command (int cmd, String cmd_params, level_authen
16421642
resp += "0.0.0.0";
16431643
}
16441644
#endif
1645-
resp += "# hostname:";
1645+
resp += " # hostname:";
16461646
String defV = DEFAULT_HOSTNAME;
16471647
resp += prefs.getString(HOSTNAME_ENTRY, defV);;
16481648
prefs.end();

0 commit comments

Comments
 (0)