diff options
-rw-r--r-- | macos.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ void subsurface_close_conf(void) /* Nothing */ } -Int subsurface_fill_device_list(GtkListStore *store) +int subsurface_fill_device_list(GtkListStore *store) { int i = 0; int index = -1; |