diff options
| author | Chong Yidong | 2008-12-03 04:52:42 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-03 04:52:42 +0000 |
| commit | a3c15670b40e6cb8a1a252d25b1c5b63116735a9 (patch) | |
| tree | ff985f0e7e1f3c1a020712baeb13019417e90127 /src | |
| parent | 11e3a6e42a9e08f1a2868893be25455bf244eb64 (diff) | |
| download | emacs-a3c15670b40e6cb8a1a252d25b1c5b63116735a9.tar.gz emacs-a3c15670b40e6cb8a1a252d25b1c5b63116735a9.zip | |
(ftfont_match): Initialize entity variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ftfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftfont.c b/src/ftfont.c index 6d1033555d3..0ae10f1004c 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -920,7 +920,7 @@ static Lisp_Object | |||
| 920 | ftfont_match (frame, spec) | 920 | ftfont_match (frame, spec) |
| 921 | Lisp_Object frame, spec; | 921 | Lisp_Object frame, spec; |
| 922 | { | 922 | { |
| 923 | Lisp_Object entity; | 923 | Lisp_Object entity = Qnil; |
| 924 | FcPattern *pattern, *match = NULL; | 924 | FcPattern *pattern, *match = NULL; |
| 925 | FcResult result; | 925 | FcResult result; |
| 926 | char otlayout[15]; /* For "otlayout:XXXX" */ | 926 | char otlayout[15]; /* For "otlayout:XXXX" */ |