replace improperly removed break
diff --git a/tog/tog.c b/tog/tog.c
index c4ec3dd..ca95914 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -3002,6 +3002,7 @@ create_diff(struct tog_diff_view_state *s)
s->repo, s->f);
if (err)
goto done;
+ break;
}
}
}