changeset 1853:c18038b4e425

remove trailing newline
author Jim Meyering <jim@meyering.net>
date Fri, 21 May 1999 20:47:18 +0000
parents 89d9c6e77b34
children 3f974afb29b9
files lib/xstrtod.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
   *result = val;
   return fail;
 }
-