summaryrefslogtreecommitdiff
path: root/qsutil.h
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.h
parent8e0679d9227c964d8df84bcb71054a4f14f72343 (diff)
get rid of some more warnings
Diffstat (limited to 'qsutil.h')
-rw-r--r--qsutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qsutil.h b/qsutil.h
index a746845..028d03f 100644
--- a/qsutil.h
+++ b/qsutil.h
@@ -2,7 +2,7 @@
#define QSUTIL_H
extern void log1();
-extern void log2();
+extern void Log2();
extern void log3();
extern void logsa();
extern void nomem();