aboutsummaryrefslogtreecommitdiffstats
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). *
2770 that is an index in this table. */ 2770 that is an index in this table. */
2771 2771
2772struct frame_parm_table { 2772struct frame_parm_table {
2773 char *name; 2773 const char *name;
2774 Lisp_Object *variable; 2774 Lisp_Object *variable;
2775}; 2775};
2776 2776