From: Jim Meyering Date: Fri, 21 May 1999 20:47:18 +0000 (+0000) Subject: remove trailing newline X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85023021c7444da090a506fd20bdc67a114b9448;p=pspp remove trailing newline --- diff --git a/lib/xstrtod.c b/lib/xstrtod.c index 1e55cd1520..099f537266 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; } -