X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Fprint-copyr.c;h=2b6a13ecf7cae77998e2114162c142de5acbdee3;hb=1ffb4377a444fb7150030acfe843bc20cfba5d5a;hp=6b381f6613b14f1780273bb300c36a442a9408ca;hpb=4bfdfaa270155e6e9a32f2c8c459a510c77dd854;p=chaz%2Ftar 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);