All include files should be semicolon-correct now

This commit is contained in:
Scott Ehlert
2007-08-10 04:52:12 +00:00
parent 62c41fbd03
commit e6663991a7
31 changed files with 435 additions and 443 deletions

View File

@@ -31,14 +31,14 @@ enum Sql
{
SQL_FAILED=0,
SQL_OK
}
};
enum Result
{
RESULT_FAILED=-1,
RESULT_NONE,
RESULT_OK
}
};
/* This will return a number equal to or below 0 on failure.
* If it does fail, the error will be mirrored in dbi_error()