(print_copyright)

- fix typo (use print_unicode_char, not print_unicode_success)
This commit is contained in:
kaun
2002-08-02 00:04:07 +00:00
parent 784a497c40
commit b94aa0bc5f

View File

@@ -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);