diff options
author | Emile <hanemile@protonmail.com> | 2020-02-23 16:41:25 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-02-23 16:41:25 +0100 |
commit | 6b8889c845ed13ba1f89a8aa0d0240f358c71b5a (patch) | |
tree | aacf64bad34e1ff94a630bcc6fae9337d3a52021 /src | |
parent | 3e709127fdac12bd58f340551ac78628ace52522 (diff) |
don't return, restoring is done in a seperate function
Diffstat (limited to 'src')
-rw-r--r-- | src/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |