From 6955f6010fc3d35e66643e7aa1e64a8eb670294c Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Fri, 23 Sep 2016 10:28:17 +0900 Subject: [PATCH] Fix native api reference warning Change-Id: I712c7e25e48cb0142b15f15df79c7d45e8dcf79d Signed-off-by: Minje Ahn --- include/metadata_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/metadata_editor.h b/include/metadata_editor.h index 1502e52..07d6a50 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -107,7 +107,7 @@ int metadata_editor_get_metadata(metadata_editor_h metadata, metadata_editor_att * * @param [in] metadata The handle to metadata * @param [in] attribute key attribute name to get - * @param [int] value The value of the attribute + * @param [in] value The value of the attribute * @return 0 on success, otherwise a negative error value * @retval #METADATA_EDITOR_ERROR_NONE Successful * @retval #METADATA_EDITOR_ERROR_INVALID_PARAMETER Invalid parameter -- 2.34.1