diff options
| author | Kenichi Handa | 2006-12-07 11:59:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-12-07 11:59:00 +0000 |
| commit | a45d1e2f8ca236e952d17aef21ee0e701f71013e (patch) | |
| tree | ca286084367d3369d306ae1399f10c0ba207c56a | |
| parent | d3483d714e3f640f36a48ea28eadb0fe4ec5b3de (diff) | |
| download | emacs-a45d1e2f8ca236e952d17aef21ee0e701f71013e.tar.gz emacs-a45d1e2f8ca236e952d17aef21ee0e701f71013e.zip | |
Fix previous change.
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index db860055230..19ac0bb8ff8 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2178,7 +2178,7 @@ xic_create_xfontset (f, base_fontname) | |||
| 2178 | #ifdef DEBUG_XIC_FONTSET | 2178 | #ifdef DEBUG_XIC_FONTSET |
| 2179 | static void | 2179 | static void |
| 2180 | print_fontset_result (xfs, name) | 2180 | print_fontset_result (xfs, name) |
| 2181 | XFtonSet xfs; | 2181 | XFontSet xfs; |
| 2182 | char *name; | 2182 | char *name; |
| 2183 | { | 2183 | { |
| 2184 | if (xfs) | 2184 | if (xfs) |