[platform] update incorrect doxygen tag for return documentation

pull/4233/head
Sam Grove 2017-04-26 18:06:53 -05:00
parent 4e417eb3dc
commit f5d598fb61
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public:
/** Remove a file from the filesystem.
*
* @param filename the name of the file to remove.
* @param returns 0 on success, -1 on failure.
* @returns 0 on success, -1 on failure.
*/
virtual int remove(const char *filename) { (void) filename; return -1; };