#endif
#include "../config.h"
-
int debug = FALSE;
int statistics = FALSE;
/* Only annotations and binary can have a class. */
return FALSE;
idx = 0;
- while(l) {
+ while (l) {
decoder_class = l->data;
if (!strcmp(decoder_class[0], op->class)) {
op->class_idx = idx;
pdlist = NULL;
opt_infile = NULL;
pd = NULL;
- while((c = getopt(argc, argv, "dP:p:o:i:O:f:S")) != -1) {
+ while ((c = getopt(argc, argv, "dP:p:o:i:O:f:S")) != -1) {
switch(c) {
case 'd':
debug = TRUE;
return ret;
}
-
-