summaryrefslogtreecommitdiff
path: root/qsutil.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2014-04-27 16:07:25 -0700
committerJohn Denker <jsd@av8n.com>2014-04-27 16:33:32 -0700
commit35da8253b2e133d485597b048b7c9cb4fb474444 (patch)
tree11c67b42287d339cccf74170e3ddca53416e501d /qsutil.c
parent8e0679d9227c964d8df84bcb71054a4f14f72343 (diff)
get rid of some more warnings
Diffstat (limited to 'qsutil.c')
-rw-r--r--qsutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qsutil.c b/qsutil.c
index 80c619d..59e68c7 100644
--- a/qsutil.c
+++ b/qsutil.c
@@ -12,7 +12,7 @@ void logsa(sa) stralloc *sa; {
substdio_putflush(&sserr,sa->s,sa->len); }
void log1(s1) char *s1; {
substdio_putsflush(&sserr,s1); }
-void log2(s1,s2) char *s1; char *s2; {
+void Log2(s1,s2) char *s1; char *s2; {
substdio_putsflush(&sserr,s1);
substdio_putsflush(&sserr,s2); }
void log3(s1,s2,s3) char *s1; char *s2; char *s3; {