diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 10:01:05 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 10:01:05 +0000 |
commit | 8869defe624e939a35309deee24f82cf2283d3e8 (patch) | |
tree | 731ec79e469eb76896ef168c2fd71193d9e10e64 /audio/fmodaudio.c | |
parent | d4a9eb1fc6fff9346963ef67629d1b232f01789c (diff) |
Make audio_pcm_opsstatic const
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5422 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio/fmodaudio.c')
-rw-r--r-- | audio/fmodaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fmodaudio.c b/audio/fmodaudio.c index 04f4e40b3a..962a25f2d2 100644 --- a/audio/fmodaudio.c +++ b/audio/fmodaudio.c @@ -657,7 +657,7 @@ static struct audio_option fmod_options[] = { {NULL, 0, NULL, NULL, NULL, 0} }; -static struct audio_pcm_ops fmod_pcm_ops = { +static const struct audio_pcm_ops fmod_pcm_ops = { fmod_init_out, fmod_fini_out, fmod_run_out, |