From 45fce18fb24fe291f8b1f5c65ff95ea0a5046a33 Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Sun, 4 Nov 2012 19:51:03 +0100 Subject: [PATCH] Fix broken MacOSX build Dirk's commit 2de6f796354ad029e9e786027210fcf1b02868e2 had a typo. Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- macos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos.c b/macos.c index 56b5b3bdf..e989d96a5 100644 --- a/macos.c +++ b/macos.c @@ -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;