From b94aa0bc5fbb4fec7b2249530021e83c9ef06784 Mon Sep 17 00:00:00 2001 From: kaun Date: Fri, 2 Aug 2002 00:04:07 +0000 Subject: [PATCH] (print_copyright) - fix typo (use print_unicode_char, not print_unicode_success) --- lib/print-copyr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/print-copyr.c b/lib/print-copyr.c index 6b381f6..2b6a13e 100644 --- a/lib/print-copyr.c +++ b/lib/print-copyr.c @@ -50,7 +50,7 @@ void print_copyright (char const *notice) { fputs ("Copyright ", stdout); - unicode_to_mb (COPYRIGHT_SIGN, print_unicode_success, print_parenthesized_c, + unicode_to_mb (COPYRIGHT_SIGN, print_unicode_char, print_parenthesized_c, stdout); fputc (' ', stdout); puts (notice); -- 2.44.0