fixed linux build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401854
This commit is contained in:
David Anderson 2008-01-13 08:17:47 +00:00
parent 5f61876ab6
commit 59b5a6f879

View File

@ -162,7 +162,7 @@ bool UTIL_FindInSendTable(SendTable *pTable,
}
}
return NULL;
return false;
}
typedescription_t *UTIL_FindInDataMap(datamap_t *pMap, const char *name)