diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2012-11-04 19:51:03 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-11-05 09:04:00 -0800 |
commit | 45fce18fb24fe291f8b1f5c65ff95ea0a5046a33 (patch) | |
tree | 54c0f4214436cebd6616ff02165524f9cabee6d5 /macos.c | |
parent | 658dd49f754a9ff3cdaccf698e393dafc0b004a3 (diff) | |
download | subsurface-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.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; |