summaryrefslogtreecommitdiff
path: root/save.c
diff options
context:
space:
mode:
Diffstat (limited to 'save.c')
-rw-r--r--save.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/save.c b/save.c
index a6e0757..fc6f4e0 100644
--- a/save.c
+++ b/save.c
@@ -269,9 +269,9 @@ DoSave(int saveType, int interactStyle, Bool fast)
{
ClientRec *client;
List *cl;
- char *_saveType;
- char *_shutdown;
- char *_interactStyle;
+ const char *_saveType;
+ const char *_shutdown;
+ const char *_interactStyle;
if (saveType == SmSaveLocal)
_saveType = "Local";