X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/509488d85c06c66eb65bc4809f6e317c1ebe1d7a..198a4404b937033cf2cf2b054242df4e81ef3075:/ui-refs.c diff --git a/ui-refs.c b/ui-refs.c index be3572c..295a4c7 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -135,7 +135,7 @@ static int print_tag(struct refinfo *ref) tag = (struct tag *)obj; obj = tag->tagged; info = ref->tag; - if (!tag || !info) + if (!info) return 1; }