From: Haejeong Kim Date: Thu, 11 Jun 2015 23:27:04 +0000 (+0900) Subject: Just remove white space X-Git-Tag: accepted/tizen/3.0.2015.q2/common/20150615.091745^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f268e8edcfab07ca50837cd6b2f8c95e51956130;p=platform%2Fcore%2Fapi%2Fmedia-content.git Just remove white space Change-Id: If0a5177c9323d17e560b88400db28f08d26f904f --- diff --git a/include/media_info.h b/include/media_info.h index cbead5c..029787f 100755 --- a/include/media_info.h +++ b/include/media_info.h @@ -195,7 +195,7 @@ int media_info_insert_burst_shot_to_db(const char **path_array,unsigned int arra int media_info_delete_from_db(const char *media_id); /** - * @brief Deletes media files from the media database. + * @brief Deletes media files from the media database. * The media files for deletion can be specified as a condition in a filter. * @details This function deletes the media items from the content storage. * Normally, deleting media files in the database are done automatically by the media server, without calling this function.