summaryrefslogtreecommitdiff
path: root/extra/locale/gen_wctype.c
diff options
context:
space:
mode:
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;
}