diff --git a/scan.php b/scan.php index 6656ceb..bc8c5b4 100644 --- a/scan.php +++ b/scan.php @@ -94,7 +94,7 @@ class MalwareScanner { echo $this->ANSI_RED . 'Error: ' . $msg . $this->ANSI_OFF . PHP_EOL; $this->showHelp(); - echo PHP_EOL . $this->ANSI_RED . 'Quiting' . PHP_EOL; + echo PHP_EOL . $this->ANSI_RED . 'Quiting' . $this->ANSI_OFF . PHP_EOL; } //Handles pattern loading and saving to the class object