diff options
| author | Dave Love | 2002-05-09 17:57:26 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-09 17:57:26 +0000 |
| commit | ccd04f96be7391aa167ebc2634a563f15c58ce54 (patch) | |
| tree | a16b64887413924db9b62b7a2c0f4eaaa5c4cccc /src | |
| parent | e6d10035e7ace33330d71999f945cf46cde9afd0 (diff) | |
| download | emacs-ccd04f96be7391aa167ebc2634a563f15c58ce54.tar.gz emacs-ccd04f96be7391aa167ebc2634a563f15c58ce54.zip | |
(generate_ascii_font): Fix arg declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 4f7afa87f1d..1f7c9067297 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* xfaces.c -- "Face" primitives. | 1 | /* xfaces.c -- "Face" primitives. |
| 2 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001 | 2 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002 |
| 3 | Free Software Foundation. | 3 | Free Software Foundation. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -2114,7 +2114,7 @@ face_numeric_swidth (width) | |||
| 2114 | 2114 | ||
| 2115 | Lisp_Object | 2115 | Lisp_Object |
| 2116 | generate_ascii_font (name, ascii_spec) | 2116 | generate_ascii_font (name, ascii_spec) |
| 2117 | Lisp_Object name; | 2117 | Lisp_Object name, ascii_spec; |
| 2118 | { | 2118 | { |
| 2119 | struct font_name font; | 2119 | struct font_name font; |
| 2120 | char *p; | 2120 | char *p; |