[PATCH] Fix broken MacOSX build

subsurface at henrik.synth.no subsurface at henrik.synth.no
Sun Nov 4 10:51:03 PST 2012


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

Dirk's commit 2de6f796354ad029e9e786027210fcf1b02868e2 had a typo.

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 macos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macos.c b/macos.c
index 56b5b3b..e989d96 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;
-- 
1.8.0



More information about the subsurface mailing list