comparison th_args.c @ 2:efaa9e3a8446

Typofix.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Mar 2008 04:49:16 +0200
parents bd61a80a6c54
children a25f5d22483e
comparison
equal deleted inserted replaced
1:7e9b0c476a8a 2:efaa9e3a8446
110 // Option with only short form 110 // Option with only short form
111 { 0, 's', NULL, "Short option", OPT_NONE }, 111 { 0, 's', NULL, "Short option", OPT_NONE },
112 112
113 }; 113 };
114 114
115 const DINT optListN = (sizeof(optList) / sizeof(t_opt)); 115 const int optListN = (sizeof(optList) / sizeof(optarg_t));
116 116
117 117
118 */ 118 */
119 #ifdef HAVE_CONFIG_H 119 #ifdef HAVE_CONFIG_H
120 #include "config.h" 120 #include "config.h"