summaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2012-11-04 19:51:03 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-05 09:04:00 -0800
commit45fce18fb24fe291f8b1f5c65ff95ea0a5046a33 (patch)
tree54c0f4214436cebd6616ff02165524f9cabee6d5 /macos.c
parent658dd49f754a9ff3cdaccf698e393dafc0b004a3 (diff)
downloadsubsurface-45fce18fb24fe291f8b1f5c65ff95ea0a5046a33.tar.gz
Fix broken MacOSX build
Dirk's commit 2de6f796354ad029e9e786027210fcf1b02868e2 had a typo. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'macos.c')
-rw-r--r--macos.c2
1 files changed, 1 insertions, 1 deletions
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;