about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTVMS_WaisUI.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTVMS_WaisUI.c')
-rw-r--r--WWW/Library/Implementation/HTVMS_WaisUI.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTVMS_WaisUI.c b/WWW/Library/Implementation/HTVMS_WaisUI.c
index 6e127517..e74ab0ae 100644
--- a/WWW/Library/Implementation/HTVMS_WaisUI.c
+++ b/WWW/Library/Implementation/HTVMS_WaisUI.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTVMS_WaisUI.c,v 1.19 2013/05/03 20:51:49 tom Exp $
+ * $LynxId: HTVMS_WaisUI.c,v 1.20 2018/12/27 10:28:12 tom Exp $
  *								HTVMS_WAISUI.c
  *
  *	Adaptation for Lynx by F.Macrides (macrides@sci.wfeb.edu)
@@ -1484,7 +1484,7 @@ long anyToLong(any *a)
 
 #define bitsPerByte	8
 
-bit_map *makeBitMap(unsigned long numBits,...)
+bit_map *makeBitMap(unsigned long numBits, ...)
 /* construct and return a bitmap with numBits elements */
 {
     va_list ap;
@@ -2127,7 +2127,7 @@ static void exitAction(long error GCC_UNUSED)
 
 #define PANIC_HEADER "Fatal Error:  "
 
-void panic(char *format,...)
+void panic(char *format, ...)
 {
     va_list ap;			/* the variable arguments */