From a205d9f60af1492f962d28da0f88a9b0289b4ff9 Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Wed, 25 Oct 2017 19:09:45 +0900 Subject: [PATCH] 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 --- src/lib/eina/eina_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_file.h b/src/lib/eina/eina_file.h index 3a0b3dcfb4..9fd08a434e 100644 --- a/src/lib/eina/eina_file.h +++ b/src/lib/eina/eina_file.h @@ -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 */