comparison tools/fanalyze.c @ 2249:6ba4aed198e4

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jun 2019 20:20:57 +0300
parents 2e656da1b10b
children 3739e2ac8bb1
comparison
equal deleted inserted replaced
2248:2e656da1b10b 2249:6ba4aed198e4
42 42
43 typedef struct 43 typedef struct
44 { 44 {
45 char *filename; 45 char *filename;
46 Uint8 *data; 46 Uint8 *data;
47 size_t size; // offset, crop_start, crop_end, doCrop? 47 size_t size;
48 DMStats stats; 48 DMStats stats;
49 } DMSourceFile; 49 } DMSourceFile;
50 50
51 51
52 enum 52 enum
108 static const DMGrepDisp dmGrepDisp[DMGS_last] = 108 static const DMGrepDisp dmGrepDisp[DMGS_last] =
109 { 109 {
110 { "hex", "0", "x" }, 110 { "hex", "0", "x" },
111 { "dec", "" , "d" }, 111 { "dec", "" , "d" },
112 }; 112 };
113
113 114
114 enum 115 enum
115 { 116 {
116 FA_ANALYZE, 117 FA_ANALYZE,
117 FA_GREP, 118 FA_GREP,