From 6b8889c845ed13ba1f89a8aa0d0240f358c71b5a Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 23 Feb 2020 16:41:25 +0100 Subject: don't return, restoring is done in a seperate function --- src/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.go b/src/run.go index 67bb31a..686860b 100644 --- a/src/run.go +++ b/src/run.go @@ -11,7 +11,7 @@ import ( ) // StepIn steps in and stores the state of the registers for the given bot -func stepIn(r2p *r2pipe.Pipe) string { +func stepIn(r2p *r2pipe.Pipe) { _ = r2cmd(r2p, "aes") // store the regisers -- cgit 1.4.1