Bail's pedantic parser made me do it.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402087
This commit is contained in:
Matt Woodrow 2008-04-19 10:35:24 +00:00
parent 0771411eac
commit ac256a6c24
3 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@ enum RegexError
REGEX_ERROR_RECURSIONLIMIT = -21, REGEX_ERROR_RECURSIONLIMIT = -21,
REGEX_ERROR_NULLWSLIMIT = -22, /* No longer actually used */ REGEX_ERROR_NULLWSLIMIT = -22, /* No longer actually used */
REGEX_ERROR_BADNEWLINE = -23 REGEX_ERROR_BADNEWLINE = -23
} };
/** /**
* Precompile a regular expression. Use this if you intend on using the * Precompile a regular expression. Use this if you intend on using the

View File

@ -47,7 +47,7 @@ enum TFClassType
TFClass_Pyro, TFClass_Pyro,
TFClass_Spy, TFClass_Spy,
TFClass_Engineer TFClass_Engineer
} };
enum TFTeam enum TFTeam
{ {
@ -55,7 +55,7 @@ enum TFTeam
TFTeam_Spectator = 1, TFTeam_Spectator = 1,
TFTeam_Red = 2, TFTeam_Red = 2,
TFTeam_Blue = 3 TFTeam_Blue = 3
} };
/** /**
* Set's a Clients invulnrability status (ubercharge effect) * Set's a Clients invulnrability status (ubercharge effect)

View File

@ -114,7 +114,7 @@ enum TopMenuPosition
enum TopMenuObject enum TopMenuObject
{ {
INVALID_TOPMENUOBJECT = 0, INVALID_TOPMENUOBJECT = 0,
} };
/** /**
* TopMenu callback prototype. * TopMenu callback prototype.