summaryrefslogtreecommitdiff
path: root/sys/dev/vt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-07-21 20:10:22 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-07-24 11:00:06 +0000
commit56b06ff9f538265cb3415c8e2b0d54b16a6e32fe (patch)
tree6e672f83635d922e8d216f21d257cffeab38fd16 /sys/dev/vt
parenta74dd993696d38a0164560ef2e38dc0f0ffb8ee7 (diff)
Diffstat (limited to 'sys/dev/vt')
-rw-r--r--sys/dev/vt/vt_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c
index 27cbe5ad8294..85ab3d4cd73e 100644
--- a/sys/dev/vt/vt_core.c
+++ b/sys/dev/vt/vt_core.c
@@ -2126,7 +2126,7 @@ vt_mouse_terminput(struct vt_device *vd, int type, int x, int y, int event,
}
static void
-vt_mouse_paste()
+vt_mouse_paste(void)
{
term_char_t *buf;
int i, len;