diff --git a/src/global.c b/src/global.c index 007c1f1c..0ca115c0 100644 --- a/src/global.c +++ b/src/global.c @@ -162,7 +162,7 @@ int curses_ended = FALSE; /* Indicates to statusbar() to simply * ended curses mode. */ -int length_of_list(const shortcut *s) +int length_of_list(const shortcut *s) { int i = 0;