Skip to content

Commit

Permalink
address code review comment by luka
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 2, 2024
1 parent ba6da4f commit b0c0b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_parser/droidboot_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ int parse_boot_entry_file(struct boot_entry *entry, const char *file) {
if(ret < 0) {
droidboot_log(DROIDBOOT_LOG_INFO, "config_parser: SYNTAX ERROR: entry \"%s\" - no option 'logo'\n", path);
ret=0;
entry->logo="NULL";
entry->logo=NULL;
}

free(buf);
Expand Down

0 comments on commit b0c0b94

Please sign in to comment.