projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cbe7b3
)
(ft_add_font): Fix typo.
author
handa
<handa>
Fri, 15 Dec 2006 00:26:40 +0000
(
00:26
+0000)
committer
handa
<handa>
Fri, 15 Dec 2006 00:26:40 +0000
(
00:26
+0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
048748f
..
e21bed9
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-636,7
+636,7
@@
ft_add_font (char *filename)
return NULL;
ft_info = ft_gen_font (ft_face);
FT_Done_Face (ft_face);
- if (! ft_inf)
+ if (! ft_info)
return NULL;
font = &ft_info->font;