summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 9922ea1..d630ce6 100644
--- a/src/util.h
+++ b/src/util.h
@@ -111,7 +111,7 @@ struct ext2fs_struct_loc_generic_bitmap {
__u32 start, end;
__u32 real_end;
char * description;
- char * bitmap;
+ unsigned char *bitmap;
errcode_t base_error_code;
__u32 reserved[7];
};