fixed minor bugs and cleaned up code

This commit is contained in:
2009-02-13 04:55:25 +00:00
parent 924f940fba
commit 464f43b821
8 changed files with 294 additions and 219 deletions

View File

@ -23,7 +23,7 @@ static const qse_char_t* __geterrstr (int errnum)
static const qse_char_t* errstr[] =
{
QSE_T("no error"),
QSE_T("custom error"),
QSE_T("unknown error"),
QSE_T("invalid parameter or data"),
QSE_T("out of memory"),