about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--020run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index 4d151b93..d140771b 100644
--- a/020run.cc
+++ b/020run.cc
@@ -234,7 +234,7 @@ else if (is_equal(*arg, "--trace")) {
 :(code)
 void cleanup_main() {
   if (!Trace_stream) return;
-  if (Save_trace);
+  if (Save_trace)
     Trace_stream->dump();
   delete Trace_stream;
   Trace_stream = NULL;