changeset 16898:6370d4132d69

(dumpglyphs): Declare g as GLYPH.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Jan 1997 08:08:13 +0000
parents 523d5c54a3f5
children 04ad9edd12b3
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Jan 20 07:30:40 1997 +0000
+++ b/src/xterm.c	Mon Jan 20 08:08:13 1997 +0000
@@ -530,7 +530,7 @@
     {
       /* Get the face-code of the next GLYPH.  */
       int cf, len;
-      int g = *gp;
+      GLYPH g = *gp;
 
       GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
       cf = FAST_GLYPH_FACE (g);