From 35e4e865b5246c0dd9c4828d2d6d8cc905165a2a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 9 Oct 2008 12:21:41 +0000 Subject: - standardize fopen error message a bit --- extra/locale/gen_wctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/locale/gen_wctype.c') diff --git a/extra/locale/gen_wctype.c b/extra/locale/gen_wctype.c index 68fb26eec..6bfc40ba4 100644 --- a/extra/locale/gen_wctype.c +++ b/extra/locale/gen_wctype.c @@ -740,7 +740,7 @@ int main(int argc, char **argv) FILE *fp; if (!(fp = fopen("wctables.h", "w"))) { - printf("couldn't open wctables.h!\n"); + printf("cannot open output file 'wctables.h'!\n"); return EXIT_FAILURE; } -- cgit v1.2.3