Update the webpage (#1682)

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2017-03-24 10:36:24 +01:00
committed by Robert Sipka
parent 55993b0afa
commit 7b0be3cae9
2 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ bool jerry_port_get_time_zone (jerry_time_zone_t *tz_p)
/**
* Default implementation of jerry_port_get_current_time.
*/
double jerry_port_get_current_time ()
double jerry_port_get_current_time (void)
{
struct timeval tv;