aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-10-02 02:08:56 +0000
committerKenichi Handa2003-10-02 02:08:56 +0000
commit589e039f7a72125ca4ce72a9c0f2e589ed957e8e (patch)
treeee549014370f462e08a0067ad15f02cb848446b1 /src
parentde5c0f39590946d6e4cfbf25040920ea5579a60b (diff)
downloademacs-589e039f7a72125ca4ce72a9c0f2e589ed957e8e.tar.gz
emacs-589e039f7a72125ca4ce72a9c0f2e589ed957e8e.zip
(x_load_font): Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 4d4ce822dd0..5c5f6c60d4c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -9869,7 +9869,7 @@ x_load_font (f, fontname, size)
9869 9869
9870 /* Now fill in the slots of *FONTP. */ 9870 /* Now fill in the slots of *FONTP. */
9871 BLOCK_INPUT; 9871 BLOCK_INPUT;
9872 bzero (font, sizeof (*font)); 9872 bzero (fontp, sizeof (*fontp));
9873 fontp->font = font; 9873 fontp->font = font;
9874 fontp->font_idx = i; 9874 fontp->font_idx = i;
9875 fontp->name = (char *) xmalloc (strlen (fontname) + 1); 9875 fontp->name = (char *) xmalloc (strlen (fontname) + 1);