X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=list.c;h=13a794fb0f11e563fc503380e836034d92af61b7;hb=23aa9fde60e6c62df6be2a724f61141c9cd038dd;hp=cf2befa13b2401ddee846eacbfcc0da57b2e7cb7;hpb=5f686aabd6d8d5183bb391cf6103a334aef29268;p=pkg%2Fabook.git diff --git a/list.c b/list.c index cf2befa..13a794f 100644 --- 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; }