diff main.c @ 670:06199003043a

Fix to match th_args API.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Mar 2016 17:21:52 +0200
parents f212cbfbd93c
children c7a24acb3620
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 },