diff options
Diffstat (limited to 'tests/sauer/command.cpp')
-rw-r--r-- | tests/sauer/command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sauer/command.cpp b/tests/sauer/command.cpp index 9067a7dd..f9ca1fd8 100644 --- a/tests/sauer/command.cpp +++ b/tests/sauer/command.cpp @@ -1402,7 +1402,7 @@ void fatal(const char *s, ...) // failure exit int main() { - printf("Hello sauer world\n"); + printf("Hello sauer world!\n"); return 0; } |