|
@@ -50,7 +50,7 @@ void
|
|
print_copyright (char const *notice)
|
|
print_copyright (char const *notice)
|
|
{
|
|
{
|
|
fputs ("Copyright ", stdout);
|
|
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);
|
|
stdout);
|
|
fputc (' ', stdout);
|
|
fputc (' ', stdout);
|
|
puts (notice);
|
|
puts (notice);
|