summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-02-08 11:09:55 +0000
committerNils Wallménius <nils@rockbox.org>2009-02-08 11:09:55 +0000
commit5a55772201829dc0055cc8d3022cc475ccbc2643 (patch)
tree65440f5944388c9db3a439df7f37a75e5431709d /apps/misc.h
parenteda5ed06244abba643e09a775d71542d91691d4d (diff)
downloadrockbox-5a55772201829dc0055cc8d3022cc475ccbc2643.tar.gz
rockbox-5a55772201829dc0055cc8d3022cc475ccbc2643.zip
Small code reuse improvement
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19943 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 1 insertions, 1 deletions
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);
124#endif 124#endif
125 125
126char* strrsplt(char* str, int c); 126char* strrsplt(char* str, int c);
127 127char* skip_whitespace(char* const str);
128bool file_exists(const char *file); 128bool file_exists(const char *file);
129bool dir_exists(const char *path); 129bool dir_exists(const char *path);
130 130