aboutsummaryrefslogtreecommitdiffstats
path: root/bfd/load.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbfd/load.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/load.py b/bfd/load.py
index 22c304e..865fe91 100755
--- a/bfd/load.py
+++ b/bfd/load.py
@@ -8,6 +8,7 @@ from capstone import *
from capstone.x86 import *
def SigHandler_SIGINT(signum, frame):
+ print()
sys.exit(0)
class ExceptionHandler(object):