Added my favoritest error code ever to DecodeResult()

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@535 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-07-29 07:06:38 +00:00
parent 395d31a081
commit 21791a4472
+4 -1
View File
@@ -80,7 +80,10 @@ status_t DecodeResult(status_t result) {
case B_PARTITION_TOO_SMALL:
str = "B_PARTITION_TOO_SMALL";
break;
case B_BAD_MIME_SNIFFER_RULE:
str = "B_BAD_MIME_SNIFFER_RULE";
break;
// General Errors
case B_NO_MEMORY: