Update my e-mail address, limit maintenance to MIPS I-IV ISAs
[deliverable/binutils-gdb.git] / gdb / tui / tui-data.c
index 749a62e30437646b1a437479040c428cc4acf27e..e5f2f5ba657d5c346c0e5518e6500af0cc3b87f8 100644 (file)
@@ -1,6 +1,6 @@
 /* TUI data manipulation routines.
 
-   Copyright (C) 1998-2017 Free Software Foundation, Inc.
+   Copyright (C) 1998-2018 Free Software Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
@@ -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.026538 seconds and 4 git commands to generate.