diff --git a/src/files.c b/src/files.c
index b6c8d1c7f8683c349ca9a773a74a0f098f513d20..e319a51114679d7a93ad5e89b8b27953a80f809e 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2205,8 +2205,8 @@ char **cwd_tab_completion(char *buf, int *num_matches)
 
 /* This function now has an arg which refers to how much the statusbar
  * (place) should be advanced, i.e. the new cursor pos. */
-char *input_tab(char *buf, int place, int *lastwastab, int *newplace, int
-	*list)
+char *input_tab(char *buf, int place, int *lastwastab, int *newplace,
+	int *list)
 {
     /* Do TAB completion */
     static int num_matches = 0, match_matches = 0;