rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit c2a41bd9d93a0b29bb1e6e618a0e5003b119773a
parent 4d41a183153231751d5a0a9c67b11b3be3ea8e5e
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(-)

diff --git a/cur.c b/cur.c @@ -35,7 +35,6 @@ curmain(int argc, char *argv[]) ARGBEGIN { case 'h': - curusage(); default: curusage(); } ARGEND;