Incorporated the review comment

pull/12330/head
Rajkumar Kanagaraj 2020-01-29 09:24:21 -08:00
parent 0d95f7e765
commit c61cf3dc07
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ control_t fsfat_fopen_test_08(const size_t call_count)
fclose(fp);
return CaseNext;
}
#endif
#endif // !defined(__MICROLIB)
/** @brief test for operation of ftell()
*