]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove stray CR.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 17:24:56 +0000 (17:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 17:24:56 +0000 (17:24 +0000)
shadow/putspent.c

index 0354da3ba42770f90b6e8993f8fec256b0055d29..60208f1f07c3a8cbf9aeb4e8a808842b3711de4c 100644 (file)
@@ -19,7 +19,7 @@
 #include <stdio.h>
 #include <shadow.h>
 
-#define _S(x)  x ? x : ""\r
+#define _S(x)  x ? x : ""
 
 /* Write an entry to the given stream.
    This must know the format of the password file.  */