changeset 2249:6ba4aed198e4

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jun 2019 20:20:57 +0300
parents 2e656da1b10b
children 956db0095f82
files tools/fanalyze.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fanalyze.c	Sat Jun 15 20:20:47 2019 +0300
+++ b/tools/fanalyze.c	Sat Jun 15 20:20:57 2019 +0300
@@ -44,7 +44,7 @@
 {
     char *filename;
     Uint8 *data;
-    size_t size; // offset, crop_start, crop_end, doCrop?
+    size_t size;
     DMStats stats;
 } DMSourceFile;
 
@@ -111,6 +111,7 @@
     { "dec", "" , "d" },
 };
 
+
 enum
 {
     FA_ANALYZE,