comparison tools/fanalyze.c @ 2032:5fe25336a474

Bump fanalyze version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Nov 2018 12:22:16 +0200
parents 8a9ef75fd3cd
children 45ad06bb60c4
comparison
equal deleted inserted replaced
2031:4109967ef832 2032:5fe25336a474
311 { 311 {
312 DMCompElem *compBuf = NULL; 312 DMCompElem *compBuf = NULL;
313 size_t compBufSize = 0, totalSize = 0; 313 size_t compBufSize = 0, totalSize = 0;
314 int res; 314 int res;
315 315
316 dmInitProg("fanalyze", "File format analyzer", "0.1", NULL, NULL); 316 dmInitProg("fanalyze", "File format analyzer", "0.2", NULL, NULL);
317 dmVerbosity = 1; 317 dmVerbosity = 1;
318 318
319 dmInitStats(&totalStats); 319 dmInitStats(&totalStats);
320 320
321 // Parse arguments 321 // Parse arguments