Fix preprocess claus style.

JerryScript-DCO-1.0-Signed-off-by: Sung-Jae Lee sjlee@mail.com
This commit is contained in:
Sung-Jae Lee 2015-09-14 21:17:23 +09:00
parent b6fcf44873
commit 86e690ce72

View File

@ -1343,7 +1343,7 @@ jerry_init (jerry_flag_t flags) /**< combination of Jerry flags */
{
flags |= JERRY_FLAG_MEM_STATS;
}
#endif /* !MEM_STATS */
#endif /* MEM_STATS */
}
jerry_flags = flags;