aboutsummaryrefslogtreecommitdiff
path: root/src/2015/day13/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2015/day13/aoc.h')
-rw-r--r--src/2015/day13/aoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2015/day13/aoc.h b/src/2015/day13/aoc.h
index 8cb22f7..99956b2 100644
--- a/src/2015/day13/aoc.h
+++ b/src/2015/day13/aoc.h
@@ -78,6 +78,7 @@ struct party {
arrange_t arrangement = new std::vector<guest*>;
std::set<guest*> gs;
arrange(g, gs, arrangement, combos);
+ break;
}
int hmax = INT32_MIN;