From 616b65532b3ac85c8d193ebd2e9d867796b35250 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Wed, 29 Nov 2006 18:05:06 +0800 Subject: [PATCH] dsound: Make some data const. --- dlls/dsound/capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dsound/capture.c b/dlls/dsound/capture.c index 83181c3c8a7..68b1f06f015 100644 --- a/dlls/dsound/capture.c +++ b/dlls/dsound/capture.c @@ -78,7 +78,7 @@ DirectSoundCaptureDevice * DSOUND_capture[MAXWAVEDRIVERS]; static HRESULT DirectSoundCaptureDevice_Create(DirectSoundCaptureDevice ** ppDevice); -static const char * captureStateString[] = { +static const char * const captureStateString[] = { "STATE_STOPPED", "STATE_STARTING", "STATE_CAPTURING",