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:
Axel Dörfler
2002-07-23 14:03:46 +00:00
parent aa7d137cdd
commit c3db7c3b9e
+1
View File
@@ -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,