aboutsummaryrefslogtreecommitdiff
path: root/evspy.h
diff options
context:
space:
mode:
Diffstat (limited to 'evspy.h')
-rw-r--r--evspy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/evspy.h b/evspy.h
index 30122a1..488627f 100644
--- a/evspy.h
+++ b/evspy.h
@@ -63,7 +63,7 @@
({ \
if (kfifo_is_full(fifop)) \
kfifo_skip(fifop); \
- kfifo_put((fifop), c); \
+ kfifo_put(fifop, *c); \
})
/*