Add missing argument of jerry_parse_and_save_snapshot in API reference (#1537)

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-01-23 11:13:59 +01:00 committed by László Langó
parent 8b5d645df6
commit 5d7972d053

View File

@ -3287,6 +3287,7 @@ jerry_exec_snapshot (const void *snapshot_p,
size_t global_mode_snapshot_size = jerry_parse_and_save_snapshot (code_to_snapshot_p,
strlen ((const char *) code_to_snapshot_p),
true,
false,
global_mode_snapshot_buffer,
sizeof (global_mode_snapshot_buffer));
jerry_cleanup ();