diff --git a/toolkits/tessutil_magnetize_model.c b/toolkits/tessutil_magnetize_model.c index 63d42a2..2006056 100755 --- a/toolkits/tessutil_magnetize_model.c +++ b/toolkits/tessutil_magnetize_model.c @@ -238,7 +238,7 @@ int main(int argc, char**argv) } /* old statement Dec 1999 */ - /* if (!strncmp(inbuff," ",4)){ /* If 1st 4 chars are spaces */ + /* if (!strncmp(inbuff," ",4)){ // If 1st 4 chars are spaces */ /* New statement Dec 1999 changed by wmd required by year 2000 models */ if (!strncmp(inbuff," ",3)) /* If 1st 3 chars are spaces */ {