Skip to content

Commit b0c0b94

Browse files
committed
address code review comment by luka
1 parent ba6da4f commit b0c0b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_parser/droidboot_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ int parse_boot_entry_file(struct boot_entry *entry, const char *file) {
153153
if(ret < 0) {
154154
droidboot_log(DROIDBOOT_LOG_INFO, "config_parser: SYNTAX ERROR: entry \"%s\" - no option 'logo'\n", path);
155155
ret=0;
156-
entry->logo="NULL";
156+
entry->logo=NULL;
157157
}
158158

159159
free(buf);

0 commit comments

Comments
 (0)