summaryrefslogtreecommitdiff
path: root/qsutil.c
diff options
context:
space:
mode:
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; {