Skip to content

Commit

Permalink
Fix line info guard comment (#5049)
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
  • Loading branch information
akosthekiss committed Mar 27, 2023
1 parent 1a2c047 commit 05dbbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jerry-core/ecma/base/ecma-line-info.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void ecma_line_info_get (uint8_t *line_info_p, uint32_t offset, jerry_frame_loca
void ecma_line_info_dump (uint8_t *line_info_p);
#endif /* JERRY_PARSER_DUMP_BYTE_CODE */

#endif /* ECMA_LINE_INFO_H */
#endif /* JERRY_LINE_INFO */

/**
* @}
Expand Down

0 comments on commit 05dbbd1

Please sign in to comment.