diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/lib/util/jedparse.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/lib/util/jedparse.c')
-rw-r--r-- | src/lib/util/jedparse.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/util/jedparse.c b/src/lib/util/jedparse.c index e2eb36f7ea5..8e60d4d8ffd 100644 --- a/src/lib/util/jedparse.c +++ b/src/lib/util/jedparse.c @@ -57,7 +57,7 @@ DEBUGGING ***************************************************************************/ -#define LOG_PARSE 0 +#define LOG_PARSE 0 @@ -67,8 +67,8 @@ struct parse_info { - UINT16 checksum; /* checksum value */ - UINT32 explicit_numfuses; /* explicitly specified number of fuses */ + UINT16 checksum; /* checksum value */ + UINT32 explicit_numfuses; /* explicitly specified number of fuses */ }; @@ -459,4 +459,3 @@ size_t jedbin_output(const jed_data *data, void *result, size_t length) /* return the final size */ return 4 + (data->numfuses + 7) / 8; } - |