forked from len0rd/rockbox
Return NULL istead of 0 in function which returns a pointer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24119 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9879cc6523
commit
3ddfa0f2d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1071,7 +1071,7 @@ const char* parse_list(const char *fmt, uint32_t *set_vals,
|
||||||
|
|
||||||
err:
|
err:
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
return 0;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* only used in USB HID and set_time screen */
|
/* only used in USB HID and set_time screen */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue