]> code.delx.au - pulseaudio/blobdiff - src/modules/module-esound-compat-spawnfd.c
Fix up according to Coding Style
[pulseaudio] / src / modules / module-esound-compat-spawnfd.c
index 8eb4985b2bbcf4d861c81e04ec0e0157758d0a00..56cda4dfb3de65332bbdc2b17c41fdcacb91140a 100644 (file)
@@ -5,7 +5,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
-  by the Free Software Foundation; either version 2 of the License,
+  by the Free Software Foundation; either version 2.1 of the License,
   or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -66,7 +66,7 @@ int pa__init(pa_module*m) {
 
     pa_assert_se(pa_close(fd) == 0);
 
-    pa_module_unload_request(m);
+    pa_module_unload_request(m, TRUE);
 
     ret = 0;