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_ldc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/locale/gen_ldc.c') diff --git a/extra/locale/gen_ldc.c b/extra/locale/gen_ldc.c index 08cd855af..2cedbddaf 100644 --- a/extra/locale/gen_ldc.c +++ b/extra/locale/gen_ldc.c @@ -162,7 +162,7 @@ int main(int argc, char **argv) if (argc == 2) output_file = argv[1]; if (!(lso = fopen(output_file, "w"))) { - printf("can't open output file '%s'!\n", output_file); + printf("cannot open output file '%s'!\n", output_file); return EXIT_FAILURE; } -- cgit v1.2.3