diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-21 19:46:35 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-21 19:47:34 +0100 |
commit | 99abf0775bc4df4f228bab20d23da580952a7423 (patch) | |
tree | f1576bf5604c408815f054fdef55aa6fb349b0f1 /src | |
parent | 4624eebd7838ef948b9a17a2f29005d0e4b1d8e4 (diff) | |
download | sciteco-99abf0775bc4df4f228bab20d23da580952a7423.tar.gz |
fixed assertion in search.cpp
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: |