diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index e7b96597207..279906e2307 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -530,7 +530,7 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground) | |||
| 530 | { | 530 | { |
| 531 | /* Get the face-code of the next GLYPH. */ | 531 | /* Get the face-code of the next GLYPH. */ |
| 532 | int cf, len; | 532 | int cf, len; |
| 533 | int g = *gp; | 533 | GLYPH g = *gp; |
| 534 | 534 | ||
| 535 | GLYPH_FOLLOW_ALIASES (tbase, tlen, g); | 535 | GLYPH_FOLLOW_ALIASES (tbase, tlen, g); |
| 536 | cf = FAST_GLYPH_FACE (g); | 536 | cf = FAST_GLYPH_FACE (g); |