Build fix for mbedk64f target

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
Robert Sipka
2016-03-07 11:02:38 +01:00
parent ab26d57841
commit 073ab05366
+1 -1
View File
@@ -50,5 +50,5 @@ int jerry_port_errormsg (const char *format, /**< format string */
*/
int jerry_port_putchar (int c) /**< character to put */
{
return putchar (c);
return putchar ((unsigned char) c);
} /* jerry_port_putchar */