From 9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 28 Jan 1998 16:09:43 +0000 Subject: version 0.2.1 --- util/argparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/argparse.c') diff --git a/util/argparse.c b/util/argparse.c index 09c820a72..795e87648 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -545,7 +545,7 @@ show_help( ARGPARSE_OPTS *opts, unsigned flags ) indent += 10; puts("Options:"); for(i=0; opts[i].short_opt; i++ ) { - s = _(opts[i].description); + s = _( opts[i].description ); if( s && *s== '\r' ) /* hide this line */ continue; if( opts[i].short_opt < 256 ) -- cgit v1.2.3