summaryrefslogtreecommitdiff
path: root/mtd_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtd_debug.c')
-rw-r--r--mtd_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mtd_debug.c b/mtd_debug.c
index 7d1223c..2a24177 100644
--- a/mtd_debug.c
+++ b/mtd_debug.c
@@ -319,8 +319,8 @@ int showinfo (int fd)
printf ("\nmtd.erasesize = ");
printsize (mtd.erasesize);
- printf ("\nmtd.oobblock = ");
- printsize (mtd.oobblock);
+ printf ("\nmtd.writesize = ");
+ printsize (mtd.writesize);
printf ("\nmtd.oobsize = ");
printsize (mtd.oobsize);