mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
s/binary/length
This commit is contained in:
parent
4f86b6916b
commit
d278cbb0b7
2 changed files with 8 additions and 8 deletions
|
@ -10,9 +10,9 @@
|
|||
|
||||
typedef enum
|
||||
{
|
||||
PSYC_RENDER_CHECK_BINARY = 0,
|
||||
PSYC_RENDER_BINARY = 1,
|
||||
PSYC_RENDER_NOT_BINARY = 2,
|
||||
PSYC_RENDER_CHECK_LENGTH = 0,
|
||||
PSYC_RENDER_NEED_LENGTH = 1,
|
||||
PSYC_RENDER_NO_LENGTH = 2,
|
||||
PSYC_RENDER_ROUTING = 3,
|
||||
} PSYC_RenderFlag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue