diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/locale-spec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c index 9c432e3ead..16272e8880 100644 --- a/locale/programs/locale-spec.c +++ b/locale/programs/locale-spec.c @@ -1,5 +1,5 @@ /* Handle special requests. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. @@ -80,7 +80,7 @@ locale_special (const char *name, int show_category_name, if (ch != EOF) putchar (ch); else - fputs ("<???>", stdout); + fputs ("<???\>", stdout); } putchar ('"'); |