(print_copyright)
- fix typo (use print_unicode_char, not print_unicode_success)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user