buffer_compat: fix comment -- we have EVBUFFER_EOL_ANY not EOL_STYLE_ANY

This commit is contained in:
Azat Khuzhin 2015-10-30 01:34:40 +03:00
parent d8fd4c0742
commit 575ff67885

View File

@ -37,7 +37,7 @@
/**
Obsolete alias for evbuffer_readln(buffer, NULL, EOL_STYLE_ANY).
Obsolete alias for evbuffer_readln(buffer, NULL, EVBUFFER_EOL_ANY).
@deprecated This function is deprecated because its behavior is not correct
for almost any protocol, and also because it's wholly subsumed by