diff th_args.c @ 20:323c98360d8b

Synced th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Mar 2008 04:38:05 +0000
parents 707e35b03f89
children 69aed051f84d
line wrap: on
line diff
--- a/th_args.c	Tue Mar 25 01:28:00 2008 +0000
+++ b/th_args.c	Wed Mar 26 04:38:05 2008 +0000
@@ -112,7 +112,7 @@
 
 };
 
-const DINT optListN = (sizeof(optList) / sizeof(t_opt));
+const int optListN = (sizeof(optList) / sizeof(optarg_t));
 
 
 */