diff options
Diffstat (limited to 'lib/libc/locale/_def_numeric.c')
-rw-r--r-- | lib/libc/locale/_def_numeric.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/_def_numeric.c b/lib/libc/locale/_def_numeric.c index 558b02ee902..26320ebd8b0 100644 --- a/lib/libc/locale/_def_numeric.c +++ b/lib/libc/locale/_def_numeric.c @@ -4,13 +4,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: _def_numeric.c,v 1.2 1996/08/19 08:28:16 tholo Exp $"; +static char rcsid[] = "$OpenBSD: _def_numeric.c,v 1.3 1997/07/23 21:14:39 kstailey Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/localedef.h> #include <locale.h> -const _NumericLocale _DefaultNumericLocale = +const _NumericLocale _DefaultNumericLocale = { ".", "", |