diff options
Diffstat (limited to 'src/RegExp.cc')
-rw-r--r-- | src/RegExp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RegExp.cc b/src/RegExp.cc index 96f3ce4..50748c5 100644 --- a/src/RegExp.cc +++ b/src/RegExp.cc | |||
@@ -99,6 +99,6 @@ bool RegExp::error() const { | |||
99 | #ifdef USE_REGEXP | 99 | #ifdef USE_REGEXP |
100 | return m_regex == 0; | 100 | return m_regex == 0; |
101 | #else | 101 | #else |
102 | return return m_str == ""; | 102 | return m_str == ""; |
103 | #endif // USE_REGEXP | 103 | #endif // USE_REGEXP |
104 | } | 104 | } |