From 1843ac254d66d6ad4ef6f34865db9f2c9b9bf225 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 8 Oct 2016 21:21:21 +0200 Subject: CRYO: Fix warnings --- engines/cryo/cryolib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cryo/cryolib.cpp') diff --git a/engines/cryo/cryolib.cpp b/engines/cryo/cryolib.cpp index 590694465e..415ac18a9f 100644 --- a/engines/cryo/cryolib.cpp +++ b/engines/cryo/cryolib.cpp @@ -358,7 +358,7 @@ void CLFile_SetFinderInfos(void *fs, int a4, int a5) { } void CLFile_GetFullPath(void *a3, char *a4) { } -void CLFile_MakeStruct(int a3, int a4, char *name, filespec_t *fs) { +void CLFile_MakeStruct(int a3, int a4, const char *name, filespec_t *fs) { strcpy(fs->name, name); fs->create = 0; } -- cgit v1.2.3