aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 4bef1b2f00e..e284ae74c78 100644
--- a/src/font.h
+++ b/src/font.h
@@ -137,7 +137,7 @@ extern Lisp_Object null_string;
137extern Lisp_Object null_vector; 137extern Lisp_Object null_vector;
138 138
139/* Structure for an opened font. We can safely cast this structure to 139/* Structure for an opened font. We can safely cast this structure to
140 "struft font_info". */ 140 "struct font_info". */
141 141
142struct font 142struct font
143{ 143{