diff --git a/lib/print-copyr.c b/lib/print-copyr.c index 6b381f66..2b6a13ec 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);