| /FollowMe/fat16.c |
|---|
| 1699,7 → 1699,7 |
| /* */ |
| /* Returnvalue: 1 if the file exist else 0. */ |
| /****************************************************************************************************************************************/ |
| uint8_t fexist_(const int8_t* filename) |
| uint8_t fexist_(int8_t* const filename) |
| { |
| uint8_t exist = 0; |
| File_t *file = 0; |