summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index 449c1a2a..4364f664 100644
--- a/main.cxx
+++ b/main.cxx
@@ -197,7 +197,7 @@ void handle_interrupt (int /* sig */)
{
char msg[] = "Too many interrupts received, exiting.\n";
int rc = write (2, msg, sizeof(msg)-1);
- if (rc) /* Do nothing; we don't care if our last gasp went out. */ ;
+ if (rc) {/* Do nothing; we don't care if our last gasp went out. */ ;}
_exit (1);
}
}