about summary refs log tree commit diff stats
path: root/ui-refs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-refs.c')
-rw-r--r--ui-refs.c2
1 files changed, 1 insertions, 1 deletions
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)
135 tag = (struct tag *)obj; 135 tag = (struct tag *)obj;
136 obj = tag->tagged; 136 obj = tag->tagged;
137 info = ref->tag; 137 info = ref->tag;
138 if (!tag || !info) 138 if (!info)
139 return 1; 139 return 1;
140 } 140 }
141 141