summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bbu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbu.h b/include/bbu.h
index a3824e11cf..def568e498 100644
--- a/include/bbu.h
+++ b/include/bbu.h
@@ -11,7 +11,7 @@ struct bbu_data {
#define BBU_FLAG_YES (1 << 1)
unsigned long flags;
int force;
- void *image;
+ const void *image;
const char *imagefile;
const char *devicefile;
size_t len;