diff --git a/jerry-core/jerry.cpp b/jerry-core/jerry.cpp index ef8e84201..11a482ae4 100644 --- a/jerry-core/jerry.cpp +++ b/jerry-core/jerry.cpp @@ -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;