From 5a55772201829dc0055cc8d3022cc475ccbc2643 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 8 Feb 2009 11:09:55 +0000 Subject: Small code reuse improvement git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19943 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 6a6e847a16..22ae4849a4 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -124,7 +124,7 @@ int hex_to_rgb(const char* hex, int* color); #endif char* strrsplt(char* str, int c); - +char* skip_whitespace(char* const str); bool file_exists(const char *file); bool dir_exists(const char *path); -- cgit v1.2.3