aboutsummaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.h b/layout.h
index 0f07e09f..b9454a82 100644
--- a/layout.h
+++ b/layout.h
@@ -39,7 +39,7 @@ struct romentry {
chipoff_t start;
chipoff_t end;
bool included;
- char name[256];
+ char *name;
};
struct flashrom_layout {