Skip to content
Snippets Groups Projects
Commit 214dce0f authored by Andreas Gohr's avatar Andreas Gohr
Browse files

added missing print to bin/render.php

parent 2d880650
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ $source = stream_get_contents(STDIN);
$info = array();
$result = p_render($RENDERER,p_get_instructions($source),$info);
if(is_null($result)) die("No such renderer $RENDERER\n");
echo $result;
/**
* Print usage info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment