aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 777ebd270e6..c22fb1775a6 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -10022,7 +10022,7 @@ x_new_font (f, fontname)
10022 register char *fontname; 10022 register char *fontname;
10023{ 10023{
10024 struct font_info *fontp 10024 struct font_info *fontp
10025 = FS_LOAD_FONT (f, 0, fontname, -1); 10025 = FS_LOAD_FONT (f, fontname);
10026 10026
10027 if (!fontp) 10027 if (!fontp)
10028 return Qnil; 10028 return Qnil;