]> code.delx.au - pulseaudio/commitdiff
bluetooth: Fix coding style
authorJoão Paulo Rechi Vita <jprvita@openbossa.org>
Fri, 12 Jul 2013 17:51:24 +0000 (14:51 -0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 15 Jul 2013 10:08:20 +0000 (13:08 +0300)
src/modules/bluetooth/module-bluetooth-device.c

index ea3db48e4e32a4ef056cf954e1e75601913c6085..de29e527513501e28f0ee323acd3a1dba517e54c 100644 (file)
@@ -2411,7 +2411,7 @@ static pa_hook_result_t discovery_hook_cb(pa_bluetooth_discovery *y, const pa_bl
     return PA_HOOK_OK;
 }
 
-int pa__init(pa_modulem) {
+int pa__init(pa_module *m) {
     pa_modargs *ma;
     uint32_t channels;
     struct userdata *u;