aboutsummaryrefslogtreecommitdiff
path: root/saga/cvar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/cvar.cpp')
-rw-r--r--saga/cvar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/cvar.cpp b/saga/cvar.cpp
index 5f69faf3a9..41d52f6867 100644
--- a/saga/cvar.cpp
+++ b/saga/cvar.cpp
@@ -48,7 +48,7 @@ namespace Saga {
R_CVAR *CVHashTbl[R_CVAR_HASHLEN];
-char *CVAR_ErrMsg[] = {
+static const char *CVAR_ErrMsg[] = {
"No Error",
"Not implememented.",
@@ -82,7 +82,7 @@ enum CVAR_Errors {
static enum CVAR_Errors CVAR_ErrorState;
-int CVAR_GetError(char **err_str)
+int CVAR_GetError(const char **err_str)
/****************************************************************************\
Returns the appropriate cvar error string
\****************************************************************************/