]> code.delx.au - pulseaudio/blobdiff - src/modules/module-systemd-login.c
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / modules / module-systemd-login.c
index 72de47fc948b93cb355c2ae57b06e2b407de7b3a..18f8cc5dbaaa3378cdc5dcb7de3e522649a1be78 100644 (file)
@@ -45,7 +45,7 @@
 PA_MODULE_AUTHOR("Lennart Poettering");
 PA_MODULE_DESCRIPTION("Create a client for each login session of this user");
 PA_MODULE_VERSION(PACKAGE_VERSION);
-PA_MODULE_LOAD_ONCE(TRUE);
+PA_MODULE_LOAD_ONCE(true);
 
 static const char* const valid_modargs[] = {
     NULL