diff options
author | Chris Robinson <[email protected]> | 2011-05-21 21:28:27 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-21 21:28:27 -0700 |
commit | 4d7aab1df42084a37cc7cda3b01b9fcc1f5ab360 (patch) | |
tree | e330d2cf2b1a4dafaaddaeca96083100ae5591cf /Alc/pulseaudio.c | |
parent | c3cbfecbaebcbfeb867a3918b67afe825b030925 (diff) |
Make some declarations static or static const
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r-- | Alc/pulseaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c index c92cab52..353e2e09 100644 --- a/Alc/pulseaudio.c +++ b/Alc/pulseaudio.c @@ -1240,7 +1240,7 @@ static void pulse_capture_samples(ALCdevice *device, ALCvoid *buffer, ALCuint sa } //}}} -BackendFuncs pulse_funcs = { //{{{ +static const BackendFuncs pulse_funcs = { //{{{ pulse_open_playback, pulse_close_playback, pulse_reset_playback, |