diff options
Diffstat (limited to '')
-rw-r--r-- | recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.c b/recovery.c index fd7ce42f1..3a412d5c5 100644 --- a/recovery.c +++ b/recovery.c @@ -120,7 +120,7 @@ static const int MAX_ARG_LENGTH = 4096; static const int MAX_ARGS = 100; // open a given path, mounting partitions as necessary -static FILE* +FILE* fopen_path(const char *path, const char *mode) { if (ensure_path_mounted(path) != 0) { LOGE("Can't mount %s\n", path); |