summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 65688024cc..bca66dcb54 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -1232,7 +1232,7 @@ int hex_to_rgb(const char* hex, int* color)
1232/* '0'-'3' are ASCII 0x30 to 0x33 */ 1232/* '0'-'3' are ASCII 0x30 to 0x33 */
1233#define is0123(x) (((x) & 0xfc) == 0x30) 1233#define is0123(x) (((x) & 0xfc) == 0x30)
1234 1234
1235const char* parse_list(const char *fmt, unsigned int *set_vals, 1235const char* parse_list(const char *fmt, uint32_t *set_vals,
1236 const char sep, const char* str, ...) 1236 const char sep, const char* str, ...)
1237{ 1237{
1238 va_list ap; 1238 va_list ap;