summaryrefslogtreecommitdiffstats
path: root/src/modules/module-hal-detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/module-hal-detect.c')
-rw-r--r--src/modules/module-hal-detect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/module-hal-detect.c b/src/modules/module-hal-detect.c
index 1c15a2d1..adcb866c 100644
--- a/src/modules/module-hal-detect.c
+++ b/src/modules/module-hal-detect.c
@@ -1,3 +1,5 @@
+/* $Id$ */
+
/***
This file is part of PulseAudio.
@@ -50,7 +52,7 @@ PA_MODULE_AUTHOR("Shahms King")
PA_MODULE_DESCRIPTION("Detect available audio hardware and load matching drivers")
PA_MODULE_VERSION(PACKAGE_VERSION)
-static const char* capabilities[] = { "alsa", "oss" };
+static const char*const capabilities[] = { "alsa", "oss" };
typedef enum {
CAP_ALSA,