1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 13:00:00 +02:00

(FATAL_ERROR): s/s/Message

This commit is contained in:
Jim Meyering
1999-03-07 04:50:48 +00:00
parent 81706baebd
commit 76b9399091
+2 -2
View File
@@ -71,10 +71,10 @@
char *xstrdup ();
#define FATAL_ERROR(s) \
#define FATAL_ERROR(Message) \
do \
{ \
error (0, 0, (s)); \
error (0, 0, (Message)); \
usage (2); \
} \
while (0)