Skip to content

Commit

Permalink
Huge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanrz committed Mar 2, 2016
1 parent b90b969 commit 855c586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emulator/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function out($msg)
/**
* Display an error in the console
*/
function error($msg) {
function error($msg)
{
return out('[x] ' . $msg);
}

0 comments on commit 855c586

Please sign in to comment.