changeset 121:a2c2c63311de

Change in th_args API.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 11:37:22 +0200
parents ecbc8cabd6a2
children 9fb96c170bbc
files sidinfo.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Wed Feb 17 09:23:20 2016 +0200
+++ b/sidinfo.c	Thu Mar 03 11:37:22 2016 +0200
@@ -14,6 +14,7 @@
 #define SET_DEF_CHARSET "utf-8"
 #define SET_SLDB_FILENAME "Songlengths.txt"
 
+
 enum
 {
     OTYPE_OTHER    = 0,
@@ -95,7 +96,7 @@
 
 
 // Define option arguments
-static const th_optarg_t optList[] =
+static const th_optarg optList[] =
 {
     { 0, '?', "help",       "Show this help", OPT_NONE },
 //    { 1, 'v', "verbose",    "Be more verbose", OPT_NONE },