Update input_autodetect.c

This commit is contained in:
Twinaphex 2016-01-20 13:28:13 +01:00
parent 09f06613ee
commit de513211dc

View File

@ -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();