]> git.deb.at Git - pkg/abook.git/blobdiff - list.c
First attempt of the better interface for filters
[pkg/abook.git] / list.c
diff --git a/list.c b/list.c
index cf2befa13b2401ddee846eacbfcc0da57b2e7cb7..13a794fb0f11e563fc503380e836034d92af61b7 100644 (file)
--- a/list.c
+++ b/list.c
@@ -300,7 +300,7 @@ list_current_item()
 inline int
 list_is_empty()
 {
-       return items < 1 ? 1 : 0;
+       return items < 1;
 }