diff options
Diffstat (limited to 'gdb/tui/tui-wingeneral.h')
-rw-r--r-- | gdb/tui/tui-wingeneral.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-wingeneral.h b/gdb/tui/tui-wingeneral.h index 769573393d6..73b10d21311 100644 --- a/gdb/tui/tui-wingeneral.h +++ b/gdb/tui/tui-wingeneral.h @@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef TUI_WINGENERAL_H -#define TUI_WINGENERAL_H +#ifndef TUI_TUI_WINGENERAL_H +#define TUI_TUI_WINGENERAL_H #include "gdb_curses.h" @@ -41,4 +41,4 @@ extern void tui_refresh_all (struct tui_win_info **); extern void tui_delete_win (WINDOW *window); extern void tui_refresh_win (struct tui_gen_win_info *); -#endif +#endif /* TUI_TUI_WINGENERAL_H */ |