소스 검색

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