Skip to content

Commit 05dbbd1

Browse files
authored
Fix line info guard comment (#5049)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
1 parent 1a2c047 commit 05dbbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-core/ecma/base/ecma-line-info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void ecma_line_info_get (uint8_t *line_info_p, uint32_t offset, jerry_frame_loca
104104
void ecma_line_info_dump (uint8_t *line_info_p);
105105
#endif /* JERRY_PARSER_DUMP_BYTE_CODE */
106106

107-
#endif /* ECMA_LINE_INFO_H */
107+
#endif /* JERRY_LINE_INFO */
108108

109109
/**
110110
* @}

0 commit comments

Comments
 (0)