Fix #endif comment at end of header files (#2049)

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2017-10-21 14:47:37 +02:00
committed by GitHub
parent 2f6c105522
commit 742654a3f1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -73,4 +73,4 @@ const char * cli_consume_string (cli_state_t *state_p);
int cli_consume_int (cli_state_t *state_p);
void cli_help (const char *prog_name_p, const char *command_name_p, const cli_opt_t *options_p);
#endif /* CLI_H */
#endif /* !CLI_H */