Update my e-mail address, limit maintenance to MIPS I-IV ISAs
[deliverable/binutils-gdb.git] / gdb / tui / tui-wingeneral.c
index b6d3d0f475faa2a3ee39b397fdd741c98e79c974..dbe201a09c1cf13890aa79e4272990d4427d496f 100644 (file)
@@ -1,6 +1,6 @@
 /* General window behavior.
 
-   Copyright (C) 1998-2015 Free Software Foundation, Inc.
+   Copyright (C) 1998-2018 Free Software Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
@@ -101,7 +101,7 @@ box_win (struct tui_gen_win_info *win_info,
       box (win, tui_border_vline, tui_border_hline);
 #endif
       if (win_info->title)
-        mvwaddstr (win, 0, 3, win_info->title);
+        mvwaddstr (win, 0, 3, (char *) win_info->title);
       wattroff (win, attrs);
     }
 }
This page took 0.033501 seconds and 4 git commands to generate.