summaryrefslogtreecommitdiffstats
path: root/lib/skiplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skiplist.c')
-rw-r--r--lib/skiplist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skiplist.c b/lib/skiplist.c
index baef7a381..3933429c3 100644
--- a/lib/skiplist.c
+++ b/lib/skiplist.c
@@ -184,7 +184,7 @@ int skiplist_insert(register struct skiplist *l, register void *key,
/* DEBUG */
if (!key) {
flog_err(EC_LIB_DEVELOPMENT, "%s: key is 0, value is %p",
- __func__, value);
+ __func__, value);
}
p = l->header;