# HG changeset patch # User Matti Hamalainen # Date 1456845712 -7200 # Node ID 06199003043a7cd395f0f9ad5c6f3143ddfe3820 # Parent 32c13602c091549e1ce12ceab27a232e0b862933 Fix to match th_args API. diff -r 32c13602c091 -r 06199003043a main.c --- 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 },