about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/search.h b/misc/search.h
index 2e5615de9b..c6d18702ca 100644
--- a/misc/search.h
+++ b/misc/search.h
@@ -41,7 +41,7 @@ struct qelem
 extern void insque __P ((struct qelem *__elem, struct qelem *__prev));
 
 /* Unlink ELEM from the doubly-linked list that it is in.  */
-extern void remque __P ((struct qelem *elem))
+extern void remque __P ((struct qelem *elem));
 
 
 __END_DECLS