From de513211dcfaeaa9ccaf5356e14d916b3283f507 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 20 Jan 2016 13:28:13 +0100 Subject: [PATCH] Update input_autodetect.c --- input/input_autodetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_autodetect.c b/input/input_autodetect.c index b97ee463dd..d8eceee420 100644 --- a/input/input_autodetect.c +++ b/input/input_autodetect.c @@ -30,7 +30,7 @@ /* Adds an index for devices with the same name, * so they can be identified in the GUI. */ -static void input_reindex_devices() +static void input_reindex_devices(void) { unsigned i; settings_t *settings = config_get_ptr();