mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
658dd49f75
commit
45fce18fb2
1 changed files with 1 additions and 1 deletions
2
macos.c
2
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue