Fix broken MacOSX build

Dirk's commit 2de6f79635 had a typo.

Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Henrik Brautaset Aronsen 2012-11-04 19:51:03 +01:00 committed by Dirk Hohndel
parent 658dd49f75
commit 45fce18fb2

View file

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