Skip to content

Commit

Permalink
Rename version file
Browse files Browse the repository at this point in the history
Update filename in include statement in elf2cfetbl.c
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Jul 8, 2020
1 parent 73dad9e commit 68f8e14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf2cfetbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <limits.h>
#include "ELF_Structures.h"
#include "cfe_tbl_filedef.h"
#include "elf_version.h"
#include "elf2cfetbl_version.h"

#define MAX_SECTION_HDR_NAME_LEN (128)
#define TBL_DEF_SYMBOL_NAME "CFE_TBL_FileDef"
Expand Down
File renamed without changes.

0 comments on commit 68f8e14

Please sign in to comment.