changeset 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 43d4fae4eb7d
children 493f53a29dd3
files src/doc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;