Remove unnecessary backslash in cbuf
This commit is contained in:
parent
421e4be399
commit
96b5067cbf
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
(PCBUF)->head = ((PCBUF)->head + 1) % cbuf_size_(PCBUF); \
|
(PCBUF)->head = ((PCBUF)->head + 1) % cbuf_size_(PCBUF); \
|
||||||
} \
|
} \
|
||||||
ok; \
|
ok; \
|
||||||
}) \
|
})
|
||||||
|
|
||||||
#define cbuf_take(PCBUF, PITEM) \
|
#define cbuf_take(PCBUF, PITEM) \
|
||||||
({ \
|
({ \
|
||||||
|
|
Loading…
Reference in a new issue