summaryrefslogtreecommitdiffstats
path: root/net/iptraf/patches/003-exit_menu.patch
blob: 6429a95904daa362db119441ad014787ddc4fab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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);