diff --git a/plugins/include/regex.inc b/plugins/include/regex.inc index e05cc815..16b1599d 100644 --- a/plugins/include/regex.inc +++ b/plugins/include/regex.inc @@ -77,7 +77,7 @@ enum RegexError REGEX_ERROR_RECURSIONLIMIT = -21, REGEX_ERROR_NULLWSLIMIT = -22, /* No longer actually used */ REGEX_ERROR_BADNEWLINE = -23 -} +}; /** * Precompile a regular expression. Use this if you intend on using the diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index ff4aad92..40cb0ab3 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -47,7 +47,7 @@ enum TFClassType TFClass_Pyro, TFClass_Spy, TFClass_Engineer -} +}; enum TFTeam { @@ -55,7 +55,7 @@ enum TFTeam TFTeam_Spectator = 1, TFTeam_Red = 2, TFTeam_Blue = 3 -} +}; /** * Set's a Clients invulnrability status (ubercharge effect) diff --git a/plugins/include/topmenus.inc b/plugins/include/topmenus.inc index 75dcb94f..8019ed72 100644 --- a/plugins/include/topmenus.inc +++ b/plugins/include/topmenus.inc @@ -114,7 +114,7 @@ enum TopMenuPosition enum TopMenuObject { INVALID_TOPMENUOBJECT = 0, -} +}; /** * TopMenu callback prototype.