From: kaun Date: Fri, 2 Aug 2002 00:04:07 +0000 (+0000) Subject: (print_copyright) X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=b94aa0bc5fbb4fec7b2249530021e83c9ef06784 (print_copyright) - fix typo (use print_unicode_char, not print_unicode_success) --- 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);