=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: infosoft/tests: Constify a character string.

Alexandre Julliard julliard at winehq.org
Thu Dec 26 12:23:32 CST 2013


Module: wine
Branch: master
Commit: ab159ead212de3f657fe7f9b437129d54b31e5f8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ab159ead212de3f657fe7f9b437129d54b31e5f8

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Dec 24 09:25:36 2013 +0100

infosoft/tests: Constify a character string.

---

 dlls/infosoft/tests/infosoft.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/infosoft/tests/infosoft.c b/dlls/infosoft/tests/infosoft.c
index efebedc..1e2792f 100644
--- a/dlls/infosoft/tests/infosoft.c
+++ b/dlls/infosoft/tests/infosoft.c
@@ -32,7 +32,7 @@
 DEFINE_GUID(CLSID_wb_neutral,  0x369647e0,0x17b0,0x11ce,0x99,0x50,0x00,0xaa,0x00,0x4b,0xbb,0x1f);
 DEFINE_GUID(_IID_IWordBreaker, 0xD53552C8,0x77E3,0x101A,0xB5,0x52,0x08,0x00,0x2B,0x33,0xB0,0xE6);
 
-static WCHAR teststring[] = {
+static const WCHAR teststring[] = {
     's','q','u','a','r','e',' ',
     'c','i','r','c','l','e',' ',
     't','r','i','a','n','g','l','e',' ',




More information about the wine-cvs mailing list