mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 17:39:09 +00:00
Whoops. Shut up gcc.
This commit is contained in:
parent
d29ca39e0e
commit
cb686d0bf6
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user