987b192ee2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17646 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
272 B
Diff
12 lines
272 B
Diff
--- a/src/options.c
|
|
+++ b/src/options.c
|
|
@@ -372,7 +372,7 @@ void setoptions(struct OPTIONS *options,
|
|
}
|
|
|
|
indicatesetting(row, options, statwin);
|
|
- } while (row != 17);
|
|
+ } while (row != 16);
|
|
|
|
tx_destroymenu(&menu);
|
|
del_panel(statpanel);
|