Do not increment of decrement enums
[deliverable/binutils-gdb.git] / gdb / tui / tui-wingeneral.c
index 72d8cd9b54708975f5b3a1c73c2b80b909287953..b95da4963a56f06f075c43b8752a5519833777d8 100644 (file)
@@ -252,7 +252,7 @@ tui_make_all_invisible (void)
 void
 tui_refresh_all (struct tui_win_info **list)
 {
-  enum tui_win_type type;
+  int type;
   struct tui_gen_win_info *locator = tui_locator_win_info_ptr ();
 
   for (type = SRC_WIN; (type < MAX_MAJOR_WINDOWS); type++)
This page took 0.025828 seconds and 4 git commands to generate.