Skip to content
Snippets Groups Projects
Commit 20cc00dd authored by Stefan Roese's avatar Stefan Roese
Browse files

"static" from "do_fat_read" removed

parent cd42deeb
No related branches found
No related tags found
No related merge requests found
...@@ -718,7 +718,7 @@ read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) ...@@ -718,7 +718,7 @@ read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize)
__u8 do_fat_read_block[MAX_CLUSTSIZE]; /* Block buffer */ __u8 do_fat_read_block[MAX_CLUSTSIZE]; /* Block buffer */
static long long
do_fat_read (const char *filename, void *buffer, unsigned long maxsize, do_fat_read (const char *filename, void *buffer, unsigned long maxsize,
int dols) int dols)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment