]> git.sur5r.net Git - i3/i3/blobdiff - i3-input/main.c
Merge branch 'next' into master
[i3/i3] / i3-input / main.c
index efb7b20c2b87a48183e7796427c0e4c60e5349b0..d1a2efd7cab6b485b4652542e2f4d9459fa237b1 100644 (file)
@@ -156,7 +156,7 @@ static int handle_key_release(void *ignored, xcb_connection_t *conn, xcb_key_rel
     return 1;
 }
 
-static void finish_input() {
+static void finish_input(void) {
     char *command = (char *)concat_strings(glyphs_utf8, input_position);
 
     /* count the occurrences of %s in the string */