summaryrefslogtreecommitdiff
path: root/extra/locale/gen_wctype.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-09 12:21:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-09 12:21:41 +0000
commit35e4e865b5246c0dd9c4828d2d6d8cc905165a2a (patch)
tree00ba2874bee2c9af4dd6069c067ef8ec81a6c2ea /extra/locale/gen_wctype.c
parent4a9c34b27b90353d60b8f1fbe37a29442dc74056 (diff)
- standardize fopen error message a bit
Diffstat (limited to 'extra/locale/gen_wctype.c')
-rw-r--r--extra/locale/gen_wctype.c2
1 files changed, 1 insertions, 1 deletions
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;
}