summaryrefslogtreecommitdiffstats
path: root/src/diskacc.c
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2008-11-16 12:53:21 +0100
committerChristophe Grenier <[email protected]>2008-11-16 12:53:21 +0100
commit07b1742903d2b483ca4afc1d39d1b644eb755e5a (patch)
treea72a91c3d25247474c5c91e5ce30a85c3e23d64d /src/diskacc.c
parent8453cfff02206ad932e8ddd3c24b34aa7c42af62 (diff)
Code cleanup after using LLVM/Clang Static Analyzer
Diffstat (limited to 'src/diskacc.c')
-rw-r--r--src/diskacc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diskacc.c b/src/diskacc.c
index 6cb078c0..47d9b4ad 100644
--- a/src/diskacc.c
+++ b/src/diskacc.c
@@ -86,7 +86,7 @@ static int interface_check_disk_access_ncurses(disk_t *disk_car)
wmove(stdscr,line++,0);
wprintw(stdscr,"and press Umount button for each volume from this disk\n");
#endif
- wmove(stdscr,line++,0);
+ wmove(stdscr,line,0);
wprintw(stdscr,"- This media may be physically write-protected, check the jumpers.\n");
car= wmenuSelect_ext(stdscr, 23, INTER_DISK_Y, INTER_DISK_X, menuDiskAccess, 10,
"CQ", MENU_VERT | MENU_VERT_WARN | MENU_BUTTON, &menu,NULL);