tRemoving useless usage call. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit c2a41bd9d93a0b29bb1e6e618a0e5003b119773a
(DIR) parent 4d41a183153231751d5a0a9c67b11b3be3ea8e5e
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 21 Apr 2012 15:05:37 +0200
Removing useless usage call.
Diffstat:
cur.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/cur.c b/cur.c
t@@ -35,7 +35,6 @@ curmain(int argc, char *argv[])
ARGBEGIN {
case 'h':
- curusage();
default:
curusage();
} ARGEND;