summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 331c2fb4..91cca628 100644
--- a/lib.h
+++ b/lib.h
@@ -474,7 +474,7 @@ val expo(val);
val logand(val, val);
val logior(val, val);
val logxor(val, val);
-val logcomp(val);
+val logcomp(val, val);
val string_own(wchar_t *str);
val string(const wchar_t *str);
val string_utf8(const char *str);