changeset 670:06199003043a

Fix to match th_args API.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Mar 2016 17:21:52 +0200
parents 32c13602c091
children dd3083a3383d
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Wed Feb 17 14:28:17 2016 +0200
+++ b/main.c	Tue Mar 01 17:21:52 2016 +0200
@@ -123,7 +123,7 @@
 
 /* Arguments
  */
-static const th_optarg_t optList[] =
+static const th_optarg optList[] =
 {
     { 0, '?', "help",       "Show this help and be so very much verbose that it almost hurts you", OPT_NONE },
     { 1, 'v', "verbose",    "Be more verbose", OPT_NONE },