Added the B_BAD_DATA error.
Removed all the whitespaces at the end of every line. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@393 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,6 +54,7 @@ enum {
|
|||||||
B_NO_INIT,
|
B_NO_INIT,
|
||||||
B_BUSY,
|
B_BUSY,
|
||||||
B_NOT_ALLOWED,
|
B_NOT_ALLOWED,
|
||||||
|
B_BAD_DATA,
|
||||||
|
|
||||||
B_ERROR = -1,
|
B_ERROR = -1,
|
||||||
B_OK = 0,
|
B_OK = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user