summaryrefslogtreecommitdiff
path: root/firmware/common/filefuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/filefuncs.c')
-rw-r--r--firmware/common/filefuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c
index fd33f3c6f9..f969a011b7 100644
--- a/firmware/common/filefuncs.c
+++ b/firmware/common/filefuncs.c
@@ -55,6 +55,7 @@ int strip_volume(const char* name, char* namecopy)
55} 55}
56#endif /* #ifdef HAVE_MULTIVOLUME */ 56#endif /* #ifdef HAVE_MULTIVOLUME */
57 57
58#endif /* __PCTOOL__ */
58/* Test file existence, using dircache of possible */ 59/* Test file existence, using dircache of possible */
59bool file_exists(const char *file) 60bool file_exists(const char *file)
60{ 61{
@@ -89,7 +90,6 @@ bool dir_exists(const char *path)
89 return true; 90 return true;
90} 91}
91 92
92#endif /* __PCTOOL__ */
93 93
94#if (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) 94#if (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA))
95struct dirinfo dir_get_info(DIR* parent, struct dirent *entry) 95struct dirinfo dir_get_info(DIR* parent, struct dirent *entry)