aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2009-03-28 04:52:28 +0000
committerStefan Monnier2009-03-28 04:52:28 +0000
commit08c8710454443c2b5266af2d1fa49a81da0b5187 (patch)
treef00c74fe03f29e875366c6752fe801beda440c79 /src
parent29edae16f007fc0f66841af3bcf0b2ec07c2b2cb (diff)
downloademacs-08c8710454443c2b5266af2d1fa49a81da0b5187.tar.gz
emacs-08c8710454443c2b5266af2d1fa49a81da0b5187.zip
(dump_glyph): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index d25c8c1e003..7a01d60d5a7 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -15692,7 +15692,7 @@ dump_glyph (row, glyph, area)
15692 fprintf (stderr, 15692 fprintf (stderr,
15693 "[%d-%d]", 15693 "[%d-%d]",
15694 glyph->u.cmp.from, glyph->u.cmp.to); 15694 glyph->u.cmp.from, glyph->u.cmp.to);
15695 fprintf (stderr, " . %4d %1.1d%1.1d\n" 15695 fprintf (stderr, " . %4d %1.1d%1.1d\n",
15696 glyph->face_id, 15696 glyph->face_id,
15697 glyph->left_box_line_p, 15697 glyph->left_box_line_p,
15698 glyph->right_box_line_p); 15698 glyph->right_box_line_p);