From: Ulrich Drepper Date: Thu, 20 Aug 1998 17:24:56 +0000 (+0000) Subject: Remove stray CR. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c6b59748b0ddc1f42be9d17c0a7c20a02c2b7ad;p=thirdparty%2Fglibc.git Remove stray CR. --- diff --git a/shadow/putspent.c b/shadow/putspent.c index 0354da3ba42..60208f1f07c 100644 --- a/shadow/putspent.c +++ b/shadow/putspent.c @@ -19,7 +19,7 @@ #include #include -#define _S(x) x ? x : "" +#define _S(x) x ? x : "" /* Write an entry to the given stream. This must know the format of the password file. */