aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-curses.cpp')
-rw-r--r--src/interface-curses.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface-curses.cpp b/src/interface-curses.cpp
index 7466de3..93fe923 100644
--- a/src/interface-curses.cpp
+++ b/src/interface-curses.cpp
@@ -1133,6 +1133,9 @@ InterfaceCurses::draw_info(void)
waddstr(info_window, info_type_str);
format_filename(info_window, info_current);
break;
+
+ default:
+ g_assert_not_reached();
}
wclrtoeol(info_window);