aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto.h')
-rw-r--r--src/goto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/goto.h b/src/goto.h
index de4432d..44d1d29 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -93,7 +93,7 @@ public:
{
Label *cur;
- while ((cur = (Label *)min()))
+ while ((cur = (Label *)root()))
delete (Label *)RBTreeString::remove(cur);
}