Remove unnecessary parentheses in declarations
[deliverable/binutils-gdb.git] / gdb / tui / tui-data.c
index 749a62e30437646b1a437479040c428cc4acf27e..66e2043369b0176c497a0329ee0770f84263a79a 100644 (file)
@@ -29,7 +29,7 @@
 /****************************
 ** GLOBAL DECLARATIONS
 ****************************/
-struct tui_win_info *(tui_win_list[MAX_MAJOR_WINDOWS]);
+struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS];
 
 /***************************
 ** Private data
This page took 0.023152 seconds and 4 git commands to generate.