diff options
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 |