forked from len0rd/rockbox
imxtools/efltosb: fix extern() in db files
Change-Id: I5f1acd619b2f280e709d2bd06a28a3e88cc05e27
This commit is contained in:
parent
3b6d2ac28a
commit
8785a499f4
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ void db_add_source(struct cmd_file_t *cmd_file, const char *identifier, const ch
|
||||||
|
|
||||||
void db_add_extern_source(struct cmd_file_t *cmd_file, const char *identifier, int extern_nr)
|
void db_add_extern_source(struct cmd_file_t *cmd_file, const char *identifier, int extern_nr)
|
||||||
{
|
{
|
||||||
db_add_src(&cmd_file->source_list, identifier, false)->extern_nr = extern_nr;
|
db_add_src(&cmd_file->source_list, identifier, true)->extern_nr = extern_nr;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct cmd_inst_t *db_add_inst(struct cmd_inst_t **list, enum cmd_inst_type_t type,
|
static struct cmd_inst_t *db_add_inst(struct cmd_inst_t **list, enum cmd_inst_type_t type,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue