about summary refs log tree commit diff stats
path: root/subx/021translate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/021translate.cc')
-rw-r--r--subx/021translate.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/021translate.cc b/subx/021translate.cc
index 8289526b..a813cd4d 100644
--- a/subx/021translate.cc
+++ b/subx/021translate.cc
@@ -35,6 +35,7 @@ if (is_equal(argv[1], "translate")) {
   if (trace_contains_errors()) return 1;
   save_elf(p, argv[3]);
   if (trace_contains_errors()) unlink(argv[3]);
+  return 0;
 }
 
 :(code)