From 1c6b59748b0ddc1f42be9d17c0a7c20a02c2b7ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Aug 1998 17:24:56 +0000 Subject: [PATCH] Remove stray CR. --- shadow/putspent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2