changeset 1013:720078ca799e

Oops, a missing bracket. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Nov 2015 00:05:50 +0200
parents fd957c37fd80
children 87eda2e9023f
files faptool.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Wed Nov 04 23:12:57 2015 +0200
+++ b/faptool.php	Thu Nov 05 00:05:50 2015 +0200
@@ -683,6 +683,7 @@
     case SIGINT:
       $flagQuit = TRUE;
       break;
+  }
 }