gophra

gopher client for plan9
git clone git://nsmpr.xyz/gophra.git
Log | Files | Refs

commit c8dfcd6bd48db415647598947b3276dda7a87c96
parent b6e3118fd5bc60392396705277a9c68fece8f08f
Author: Pavel Renev <an2qzavok@gmail.com>
Date:   Wed, 30 Sep 2020 19:29:49 +0000

fix usage to use threadexitsall

Diffstat:
Mgophra.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gophra.c b/gophra.c @@ -212,7 +212,7 @@ void usage(void) { fprint(2, "usage: %s [gopher_uri]\n", argv0); - exits("usage"); + threadexitsall("usage"); } void