diff options
| -rw-r--r-- | lib/libc/locale/localeconv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index 326a0be6096e..e113cbb99105 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -36,7 +36,8 @@ #if 0 static char sccsid[] = "@(#)localeconv.c 8.1 (Berkeley) 6/4/93"; #endif -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <locale.h> |
