bluetooth: Use stdbool for pa_bool_t

Use lowercase true/false instead of TRUE/FALSE for pa_bool_t.
This commit is contained in:
Mikel Astiz 2013-01-11 11:07:46 +01:00 committed by Tanu Kaskinen
parent 4e93d8711b
commit 93e19c884b
3 changed files with 58 additions and 58 deletions

View file

@ -42,7 +42,7 @@ PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetoo
PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_USAGE("sco_sink=<name of sink> "
"sco_source=<name of source> ");
PA_MODULE_LOAD_ONCE(TRUE);
PA_MODULE_LOAD_ONCE(true);
static const char* const valid_modargs[] = {
"sco_sink",