X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=i3-input%2Fmain.c;fp=i3-input%2Fmain.c;h=d1a2efd7cab6b485b4652542e2f4d9459fa237b1;hp=efb7b20c2b87a48183e7796427c0e4c60e5349b0;hb=2a9522dda41ed05d5799180e2a00db5ec6373117;hpb=a15fff2370105af288c1ebfb925a9f51274efc22 diff --git a/i3-input/main.c b/i3-input/main.c index efb7b20c..d1a2efd7 100644 --- a/i3-input/main.c +++ b/i3-input/main.c @@ -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 */