Mercurial > emacs
changeset 100159:9dae5597651b
(ftfont_match): Initialize entity variable.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Dec 2008 04:52:42 +0000 |
parents | 19e63b683632 |
children | d89de80821c9 |
files | src/ftfont.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ftfont.c Wed Dec 03 04:52:32 2008 +0000 +++ b/src/ftfont.c Wed Dec 03 04:52:42 2008 +0000 @@ -920,7 +920,7 @@ ftfont_match (frame, spec) Lisp_Object frame, spec; { - Lisp_Object entity; + Lisp_Object entity = Qnil; FcPattern *pattern, *match = NULL; FcResult result; char otlayout[15]; /* For "otlayout:XXXX" */