diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/regress/snprintftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/regress/snprintftest.c b/openbsd-compat/regress/snprintftest.c index 8879244b5..4ca63e180 100644 --- a/openbsd-compat/regress/snprintftest.c +++ b/openbsd-compat/regress/snprintftest.c | |||
@@ -28,7 +28,7 @@ static int failed = 0; | |||
28 | static void | 28 | static void |
29 | fail(const char *m) | 29 | fail(const char *m) |
30 | { | 30 | { |
31 | fprintf(stderr, "%s", m); | 31 | fprintf(stderr, "snprintftest: %s\n", m); |
32 | failed = 1; | 32 | failed = 1; |
33 | } | 33 | } |
34 | 34 | ||