# HG changeset patch # User Matti Hamalainen # Date 1206499756 -7200 # Node ID efaa9e3a84460bcb21cbb09ef02bfcdf0a791c2f # Parent 7e9b0c476a8a3d2a9fe0ecc6e431e0a07bbc9649 Typofix. diff -r 7e9b0c476a8a -r efaa9e3a8446 th_args.c --- 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)); */