diff src/doc.c @ 44355:412b4760216b

(reread_doc_file): Add missing argument declaration.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 03 Apr 2002 05:10:19 +0000
parents 80c9e94bec17
children 15b5489c78d6
line wrap: on
line diff
--- a/src/doc.c	Wed Apr 03 04:50:28 2002 +0000
+++ b/src/doc.c	Wed Apr 03 05:10:19 2002 +0000
@@ -337,6 +337,7 @@
 
 static int
 reread_doc_file (file)
+     Lisp_Object file;
 {
   Lisp_Object reply, prompt[3];
   struct gcpro gcpro1;