summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/jedparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/jedparse.c')
-rw-r--r--src/lib/util/jedparse.c7
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;
}
-