Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 35ccdd17483..929a3ff0655 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1059,7 +1059,7 @@ static void error_cb(char *err)
printf("%s\n", err); /* XXX do this in WM too */
}
-static void mem_error_cb(char *errorStr)
+static void mem_error_cb(const char *errorStr)
{
fputs(errorStr, stderr);
fflush(stderr);