Module: wine Branch: master Commit: 616b65532b3ac85c8d193ebd2e9d867796b35250 URL: http://source.winehq.org/git/wine.git/?a=commit;h=616b65532b3ac85c8d193ebd2e...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Wed Nov 29 18:05:06 2006 +0800
dsound: Make some data const.
---
dlls/dsound/capture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dsound/capture.c b/dlls/dsound/capture.c index 83181c3..68b1f06 100644 --- a/dlls/dsound/capture.c +++ b/dlls/dsound/capture.c @@ -78,7 +78,7 @@ DirectSoundCaptureDevice * DSOUND_captur
static HRESULT DirectSoundCaptureDevice_Create(DirectSoundCaptureDevice ** ppDevice);
-static const char * captureStateString[] = { +static const char * const captureStateString[] = { "STATE_STOPPED", "STATE_STARTING", "STATE_CAPTURING",