aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/parser/js/js-scanner-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'jerry-core/parser/js/js-scanner-util.c')
-rw-r--r--jerry-core/parser/js/js-scanner-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jerry-core/parser/js/js-scanner-util.c b/jerry-core/parser/js/js-scanner-util.c
index 3d58a779..5f1025eb 100644
--- a/jerry-core/parser/js/js-scanner-util.c
+++ b/jerry-core/parser/js/js-scanner-util.c
@@ -59,7 +59,7 @@ JERRY_STATIC_ASSERT (PARSER_SCOPE_STACK_IS_CONST_REG == PARSER_SCOPE_STACK_IS_LO
* Raise a scanner error.
*/
void
-scanner_raise_error (parser_context_t *context_p) /**< context */
+scanner_raise_error (parser_context_t *context_p /**< context */)
{
PARSER_THROW (context_p->try_buffer);
/* Should never been reached. */