diff options
Diffstat (limited to 'src/help.cpp')
-rw-r--r-- | src/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.cpp b/src/help.cpp index 542a11f..3b82c4c 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -51,7 +51,7 @@ HelpIndex::load(void) GDir *women_dir; const gchar *basename; - if (G_UNLIKELY(min() != NULL)) + if (G_LIKELY(min() != NULL)) /* already loaded */ return; |