about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/LYLeaks.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-12-27 10:33:52 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-12-27 10:33:52 +0000
commit466c1be273ce2f7354532f876250cbc3d9d6cefd (patch)
tree96125dbdd41c4501c72a67daacb90e995b73b72c /WWW/Library/Implementation/LYLeaks.h
parentfd8ff03480d588c28b9424f2976beadbe7a55a35 (diff)
downloadlynx-snapshots-466c1be273ce2f7354532f876250cbc3d9d6cefd.tar.gz
snapshot of project "lynx", label v2-9-0dev_0b
Diffstat (limited to 'WWW/Library/Implementation/LYLeaks.h')
-rw-r--r--WWW/Library/Implementation/LYLeaks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/LYLeaks.h b/WWW/Library/Implementation/LYLeaks.h
index e75fd6da..2139fa38 100644
--- a/WWW/Library/Implementation/LYLeaks.h
+++ b/WWW/Library/Implementation/LYLeaks.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYLeaks.h,v 1.17 2018/03/30 00:35:10 tom Exp $
+ * $LynxId: LYLeaks.h,v 1.18 2018/12/27 10:27:01 tom Exp $
  */
 #ifndef __LYLEAKS_H
 /*
@@ -296,7 +296,7 @@ extern "C" {
  * Trick to get tracking of var arg functions without relying on var arg
  * preprocessor macros:
  */
-    typedef char *HTSprintflike(char **, const char *,...);
+    typedef char *HTSprintflike(char **, const char *, ...);
     extern HTSprintflike *Get_htsprintf_fn(const char *cp_File,
 					   const short ssi_Line);
     extern HTSprintflike *Get_htsprintf0_fn(const char *cp_File,