From 26366664c140664f70d46772f0d1a790ec885410 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Fri, 18 Mar 2011 11:52:30 +0100 Subject: Update PA_MODULE_USAGE to be in line with actual implementation --- src/modules/module-hal-detect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/module-hal-detect.c') diff --git a/src/modules/module-hal-detect.c b/src/modules/module-hal-detect.c index 23d40100..941ac3a4 100644 --- a/src/modules/module-hal-detect.c +++ b/src/modules/module-hal-detect.c @@ -57,13 +57,13 @@ PA_MODULE_VERSION(PACKAGE_VERSION); PA_MODULE_LOAD_ONCE(TRUE); #if defined(HAVE_ALSA) && defined(HAVE_OSS_OUTPUT) PA_MODULE_USAGE("api= " - "tsched=" + "tsched= " "subdevices="); #elif defined(HAVE_ALSA) PA_MODULE_USAGE("api= " "tsched="); #elif defined(HAVE_OSS_OUTPUT) -PA_MODULE_USAGE("api=" +PA_MODULE_USAGE("api= " "subdevices="); #endif PA_MODULE_DEPRECATED("Please use module-udev-detect instead of module-hal-detect!"); -- cgit