Fix 'function declaration isn't a prototype' warning.

Pointed by:	ian
MFC after:	1 week
This commit is contained in:
Aleksandr Rybalko 2014-09-12 20:55:17 +00:00
parent ace8dcfc8a
commit 673279c59b

View File

@ -162,7 +162,7 @@ static int vt_late_window_switch(struct vt_window *);
static int vt_proc_alive(struct vt_window *);
static void vt_resize(struct vt_device *);
static void vt_update_static(void *);
static void vt_mouse_paste();
static void vt_mouse_paste(void);
SET_DECLARE(vt_drv_set, struct vt_driver);