summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-21 20:47:18 +0000
committerJim Meyering <jim@meyering.net>1999-05-21 20:47:18 +0000
commit67fbe7e2a0c3b2e67d065ec46c0e9ed200eeb645 (patch)
treea7736bc6329dda323a1ebb5ff471b191d6eb21c2
parentc734236a6fa6d272f2fff19fdaf9d41482d6f76e (diff)
downloadcoreutils-67fbe7e2a0c3b2e67d065ec46c0e9ed200eeb645.tar.xz
remove trailing newline
-rw-r--r--lib/xstrtod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/xstrtod.c b/lib/xstrtod.c
index 1e55cd152..099f53726 100644
--- a/lib/xstrtod.c
+++ b/lib/xstrtod.c
@@ -1,5 +1,5 @@
/* xstrtod.c - error-checking interface to strtod
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -68,4 +68,3 @@ xstrtod (str, ptr, result)
*result = val;
return fail;
}
-