aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index d976660db5c..841faef8e7f 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -3677,7 +3677,7 @@ box_from_display_table (struct frame *f, enum box box, GLYPH *g)
3677static void 3677static void
3678box_default (struct frame *f, enum box box, GLYPH *g) 3678box_default (struct frame *f, enum box box, GLYPH *g)
3679{ 3679{
3680 int dflt; 3680 int dflt UNINIT;
3681 switch (box) 3681 switch (box)
3682 { 3682 {
3683 case BOX_VERTICAL: 3683 case BOX_VERTICAL: