From 75d27994f9b5f2a1cb97d4b3e48186c7d6ded668 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 24 Jan 2003 00:26:54 +0000 Subject: [PATCH] pointless whitespace commit to get RageUtil.cpp out of my wincvs window --- stepmania/src/RageUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 9c303ffc24..465fe9bf5e 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -627,13 +627,13 @@ void Regex::Compile() if(pattern[i] == '(') backrefs++; ASSERT(backrefs+1 < 128); } + void Regex::Release() { delete (regex_t *)reg; reg = NULL; } - Regex::Regex(const CString &pattern_) { reg = NULL;