diff src/xterm.c @ 16898:6370d4132d69

(dumpglyphs): Declare g as GLYPH.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Jan 1997 08:08:13 +0000
parents ab63a77c3a23
children 1e5fa2dc98cf
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);