]> Dogcows Code - chaz/tar/commitdiff
(print_copyright)
authorkaun <kaun>
Fri, 2 Aug 2002 00:04:07 +0000 (00:04 +0000)
committerkaun <kaun>
Fri, 2 Aug 2002 00:04:07 +0000 (00:04 +0000)
  - fix typo (use print_unicode_char, not print_unicode_success)

lib/print-copyr.c

index 6b381f6613b14f1780273bb300c36a442a9408ca..2b6a13ecf7cae77998e2114162c142de5acbdee3 100644 (file)
@@ -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);
This page took 0.02696 seconds and 4 git commands to generate.