diff options
author | imp <imp@FreeBSD.org> | 2007-01-09 00:38:24 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-01-09 00:38:24 +0000 |
commit | 375cfaed03b6c88682ffd786483ce0c2d86818cf (patch) | |
tree | b8d28e8ec1379400f92ff1cb8c9b4f87bd8af795 /lib/libc/amd64 | |
parent | 94eff94524a7fa4e2a16d2292b03227afc2ec862 (diff) | |
download | FreeBSD-src-375cfaed03b6c88682ffd786483ce0c2d86818cf.zip FreeBSD-src-375cfaed03b6c88682ffd786483ce0c2d86818cf.tar.gz |
Remove silly n that crept in
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r-- | lib/libc/amd64/gen/ldexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/ldexp.c b/lib/libc/amd64/gen/ldexp.c index dd829e5..43107fc 100644 --- a/lib/libc/amd64/gen/ldexp.c +++ b/lib/libc/amd64/gen/ldexp.c @@ -1,4 +1,4 @@ -n/*- +/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * |