Skip to content

Commit ee549eb

Browse files
committed
Reafactoring: add space in static help need for C++11
1 parent 4df88c1 commit ee549eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wsdd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ static const char *help_str =
6262
#else
6363
" Build mode: release\n"
6464
#endif
65-
" Build date: "__DATE__"\n"
66-
" Build time: "__TIME__"\n\n"
65+
" Build date: " __DATE__ "\n"
66+
" Build time: " __TIME__ "\n\n"
6767
"Options: description:\n\n"
6868
" --no_chdir Don't change the directory to '/'\n"
6969
" --no_close Don't close standart IO files\n"

0 commit comments

Comments
 (0)