Whoops. Shut up gcc.

This commit is contained in:
Nicholas Marriott 2009-01-15 19:28:36 +00:00
parent d29ca39e0e
commit cb686d0bf6
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $Id: window-choose.c,v 1.1 2009-01-15 19:27:31 nicm Exp $ */
/* $Id: window-choose.c,v 1.2 2009-01-15 19:28:36 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@ -226,6 +226,8 @@ window_choose_key(struct window_pane *wp, unused struct client *c, int key)
data->top += screen_size_y(s);
window_choose_redraw_screen(wp);
break;
default:
break;
}
}