# HG changeset patch # User Jim Meyering # Date 927319638 0 # Node ID c18038b4e425225bfbaf4938d36c4bf1dbcd0083 # Parent 89d9c6e77b3499c3f62e38bbc760300347a1fc16 remove trailing newline diff --git a/lib/xstrtod.c b/lib/xstrtod.c --- 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; } -