(generate_ascii_font): Fix arg declaration.
authorDave Love <fx@gnu.org>
Thu, 9 May 2002 17:57:26 +0000 (17:57 +0000)
committerDave Love <fx@gnu.org>
Thu, 9 May 2002 17:57:26 +0000 (17:57 +0000)
src/xfaces.c

index 4f7afa8..1f7c906 100644 (file)
@@ -1,5 +1,5 @@
 /* xfaces.c -- "Face" primitives.
-   Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001
+   Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation.
 
 This file is part of GNU Emacs.
@@ -2114,7 +2114,7 @@ face_numeric_swidth (width)
 
 Lisp_Object
 generate_ascii_font (name, ascii_spec)
-     Lisp_Object name;
+     Lisp_Object name, ascii_spec;
 {
   struct font_name font;
   char *p;