diff options
Diffstat (limited to 'src/search.cpp')
-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 9519fb9..370dbfc 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -334,7 +334,7 @@ StateSearch::pattern2regexp(const gchar *&pattern, default: /* shouldn't happen */ - g_assert(false); + g_assert_not_reached(); } next: |