changeset 2:efaa9e3a8446

Typofix.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Mar 2008 04:49:16 +0200
parents 7e9b0c476a8a
children 5a327a2988fa
files th_args.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_args.c	Wed Mar 26 04:46:33 2008 +0200
+++ b/th_args.c	Wed Mar 26 04:49:16 2008 +0200
@@ -112,7 +112,7 @@
 
 };
 
-const DINT optListN = (sizeof(optList) / sizeof(t_opt));
+const int optListN = (sizeof(optList) / sizeof(optarg_t));
 
 
 */