Module: wine Branch: refs/heads/master Commit: bbd8008b55c1d642e68bbfc076e2923458ad77fa URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=bbd8008b55c1d642e68bbfc0...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Sat Jul 22 19:15:00 2006 +0100
shell32/tests: Write-strings warnings fix.
---
dlls/shell32/tests/shlexec.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 815125f..dc6c201 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -475,8 +475,8 @@ static const char* testfiles[]=
typedef struct { - char* verb; - char* basename; + const char* verb; + const char* basename; int rc; int todo; } filename_tests_t;