Переглянути джерело

(print_copyright)
- fix typo (use print_unicode_char, not print_unicode_success)

kaun 22 роки тому
батько
коміт
b94aa0bc5f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lib/print-copyr.c

+ 1 - 1
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);