Skip to content
Snippets Groups Projects
Commit 2ad4ba93 authored by Serge Bazanski's avatar Serge Bazanski
Browse files

no errno

parent c84c9bed
No related branches found
No related tags found
No related merge requests found
Pipeline #1600 passed
......@@ -357,7 +357,6 @@ int epic_file_tell(int fd)
struct FatObject *o;
res = get_fat_object(fd, FO_File, &o);
if (res) {
errno = -res;
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment