summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
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