diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:21:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:21:05 +0000 |
| commit | 1e58303f9ff176be4c78aa23e4fe939e0e9d6fde (patch) | |
| tree | 2c3034c1b00dc22d99b2f44e5d20c925b6bb304b /lib/libc | |
| parent | e4efb830ff98edb762a799b3d1f825c5b235ad98 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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> |
