Remove stray CR.

This commit is contained in:
Ulrich Drepper 1998-08-20 17:24:56 +00:00
parent 809672c41d
commit 1c6b59748b

View File

@ -19,7 +19,7 @@
#include <stdio.h>
#include <shadow.h>
#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. */