diff options
Diffstat (limited to 'evspy.h')
-rw-r--r-- | evspy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ ({ \ if (kfifo_is_full(fifop)) \ kfifo_skip(fifop); \ - kfifo_put((fifop), c); \ + kfifo_put(fifop, *c); \ }) /* |