diff options
Diffstat (limited to 'pkg/pointer/stack-stack.go')
-rw-r--r-- | pkg/pointer/stack-stack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pointer/stack-stack.go b/pkg/pointer/stack-stack.go index 404542c..4bbfb73 100644 --- a/pkg/pointer/stack-stack.go +++ b/pkg/pointer/stack-stack.go @@ -80,7 +80,7 @@ func (ss *StackStack) End(p *Pointer) (reflect bool) { } } ss.height-- - ss.head = ss.head.next + ss.head = soss return false } |