summaryrefslogtreecommitdiff
path: root/firmware/common
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common')
-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 c8ab468bcb..ea5984e485 100644
--- a/firmware/common/filefuncs.c
+++ b/firmware/common/filefuncs.c
@@ -90,7 +90,7 @@ bool dir_exists(const char *path)
90} 90}
91 91
92#if !(CONFIG_PLATFORM & PLATFORM_ANDROID) 92#if !(CONFIG_PLATFORM & PLATFORM_ANDROID)
93struct dirinfo dir_get_info(struct DIR* parent, struct dirent *entry) 93struct dirinfo dir_get_info(DIR* parent, struct dirent *entry)
94{ 94{
95 (void)parent; 95 (void)parent;
96 return entry->info; 96 return entry->info;