summaryrefslogtreecommitdiffstats
path: root/src/module.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-26 15:49:05 +0000
committerDavid Robillard <d@drobilla.net>2012-04-26 15:49:05 +0000
commit549647b61924ea8bcd55ad243ff9c6fce6d634cb (patch)
treee81e6deed0864f84e0295dadf53b7a9fc6c22021 /src/module.c
parentf10ce40c6a382f8f2721e2b7a4cbf8ad379c8826 (diff)
downloadganv-549647b61924ea8bcd55ad243ff9c6fce6d634cb.tar.gz
ganv-549647b61924ea8bcd55ad243ff9c6fce6d634cb.tar.bz2
ganv-549647b61924ea8bcd55ad243ff9c6fce6d634cb.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4274 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/module.c')
-rw-r--r--src/module.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/module.c b/src/module.c
index ba16fd7..7a45908 100644
--- a/src/module.c
+++ b/src/module.c
@@ -826,9 +826,9 @@ ganv_module_set_direction(GanvModule* module,
}
void
-ganv_module_for_each_port(GanvModule* module,
- GanvPortFunction f,
- void* data)
+ganv_module_for_each_port(GanvModule* module,
+ GanvPortFunc f,
+ void* data)
{
GanvModuleImpl* impl = module->impl;
const int len = impl->ports->len;