chiark / gitweb /
uaudio_apis[] is a constant
[disorder] / lib / uaudio-apis.c
index 7ac176b92373da942ebc8400504d951f53adb9fd..b864aa05834bed6c487fcf9d74a8d1a1a6b3618d 100644 (file)
@@ -30,7 +30,7 @@
  * The first one will be used as a default, so putting ALSA before OSS
  * constitutes a policy decision.
  */
-const struct uaudio *uaudio_apis[] = {
+const struct uaudio *const  uaudio_apis[] = {
 #if HAVE_COREAUDIO_AUDIOHARDWARE_H
   &uaudio_coreaudio,
 #endif