diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.cpp b/src/search.cpp index 7261308..3d6b042 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -333,7 +333,7 @@ StateSearch::pattern2regexp(const gchar *&pattern, default: /* shouldn't happen */ - g_assert(true); + g_assert(false); } next: |