summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fmt.c b/src/fmt.c
index f86513f33..fbc2c578d 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -1,5 +1,5 @@
/* GNU fmt -- simple text formatter.
- Copyright (C) 1994-2001 Free Software Foundation, Inc.
+ Copyright (C) 1994-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -356,7 +356,7 @@ main (register int argc, register char **argv)
switch (optchar)
{
default:
- usage (1);
+ usage (EXIT_FAILURE);
case 0:
break;