diff options
Diffstat (limited to 'nftl_format.c')
-rw-r--r-- | nftl_format.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nftl_format.c b/nftl_format.c index 42949a0..167098a 100644 --- a/nftl_format.c +++ b/nftl_format.c @@ -202,7 +202,8 @@ int main(int argc, char **argv) long MediaUnitOff1 = 0, MediaUnitOff2 = 0; unsigned char oobbuf[16]; struct mtd_oob_buf oob = {0, 16, oobbuf}; - char *mtddevice, *nftl; + char *mtddevice; + const char *nftl; int c, do_inftl = 0, do_bbt = 0; |