summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index a36f71f8b1f..93a6e898c9b 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2770,7 +2770,7 @@ the rightmost or bottommost possible position (that stays within the screen). *
that is an index in this table. */
struct frame_parm_table {
- char *name;
+ const char *name;
Lisp_Object *variable;
};