From 855c5864574ea99a5929e532fe9193e3095f7833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20R?= Date: Tue, 1 Mar 2016 20:54:55 -0430 Subject: [PATCH] Huge fix --- emulator/util.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulator/util.php b/emulator/util.php index 8ac2649..29a4d7e 100644 --- a/emulator/util.php +++ b/emulator/util.php @@ -10,6 +10,7 @@ function out($msg) /** * Display an error in the console */ -function error($msg) { +function error($msg) +{ return out('[x] ' . $msg); } \ No newline at end of file