diff options
Diffstat (limited to 'firmware/common/filefuncs.c')
-rw-r--r-- | firmware/common/filefuncs.c | 2 |
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) } #if !(CONFIG_PLATFORM & PLATFORM_ANDROID) -struct dirinfo dir_get_info(struct DIR* parent, struct dirent *entry) +struct dirinfo dir_get_info(DIR* parent, struct dirent *entry) { (void)parent; return entry->info; |