eina_file: fix space location in annotation

Summary: Space character is located in wrong position, so it occur doxygen warning

Test Plan: API Doxygen Revision

Reviewers: raster, cedric, jpeg, myoungwoon, Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D5374
This commit is contained in:
JinYong Park 2017-10-25 19:09:45 +09:00 committed by Jean-Philippe Andre
parent 9442f4687c
commit a205d9f60a
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ EAPI void eina_file_map_free(Eina_File *file, void *map);
* @param[in] rule The rule to apply to the mapped memory
* @param[in] map Memory that was mapped inside of which the memory range is
* @param[in] offset The offset in bytes from the start of the map address
* @param [in]length The length in bytes of the memory region to populate
* @param[in] length The length in bytes of the memory region to populate
*
* @since 1.8
*/