dsound: Make some data const

Dmitry Timoshkov dmitry at codeweavers.com
Wed Nov 29 04:05:06 CST 2006


Hello,

Changelog:
    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",
-- 
1.4.2






More information about the wine-patches mailing list