mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-06 06:24:34 +01:00
Remove unnecessary backslash in cbuf
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
(PCBUF)->head = ((PCBUF)->head + 1) % cbuf_size_(PCBUF); \
|
||||
} \
|
||||
ok; \
|
||||
}) \
|
||||
})
|
||||
|
||||
#define cbuf_take(PCBUF, PITEM) \
|
||||
({ \
|
||||
|
||||
Reference in New Issue
Block a user