diff options
Diffstat (limited to 'autocomplete.c')
-rw-r--r-- | autocomplete.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autocomplete.c b/autocomplete.c index 1d03c75..f1c3c13 100644 --- a/autocomplete.c +++ b/autocomplete.c @@ -332,6 +332,8 @@ static char symbol_kind_icon(SymbolKind k) { case SYMBOL_OTHER: return ' '; } + assert(0); + return ' '; } static void autocomplete_frame(Ted *ted) { |