From a730cfe9b5675385ca749df5720fd8c8fbf471f3 Mon Sep 17 00:00:00 2001
From: WildCard65 <WildCard65@users.noreply.github.com>
Date: Sat, 7 Mar 2015 08:07:11 -0500
Subject: [PATCH] Fixed regex.inc

---
 plugins/include/regex.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/include/regex.inc b/plugins/include/regex.inc
index a111dbe7..5ef8ce82 100644
--- a/plugins/include/regex.inc
+++ b/plugins/include/regex.inc
@@ -172,7 +172,7 @@ stock int SimpleRegexMatch(const char[] str, const char[] pattern, int flags = 0
 /**
  * Do not edit below this line!
  */
-public Extension:__ext_regex = 
+public Extension __ext_regex = 
 {
 	name = "Regex Extension",
 	file = "regex.ext",