]> code.delx.au - pulseaudio/commitdiff
* add SVN $Id$ tags
authorLennart Poettering <lennart@poettering.net>
Sun, 6 Aug 2006 19:14:07 +0000 (19:14 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 6 Aug 2006 19:14:07 +0000 (19:14 +0000)
* add a const

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1188 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/dbus-util.c
src/modules/dbus-util.h
src/modules/module-hal-detect.c

index 0c9978e70ff463db332cf61f4f3fcbce9c711e96..b5c613372d04aa6735f1b6cb334902c78d8bf10f 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /***
   This file is part of PulseAudio.
  
index d5d5b36afa1eaabefff2a67a5809c28e71cf9b91..7a9871a47b73cc851d577ef6a73e73b13cacb418 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef foodbusutilhfoo
 #define foodbusutilhfoo
 
+/* $Id$ */
+
 /***
   This file is part of PulseAudio.
  
index 1c15a2d1b3cd8f42005384873bc71d4b42d27324..adcb866ce531eef169d1e43f09755cb44c13a39e 100644 (file)
@@ -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,