diff options
author | Haejeong Kim <backto.kim@samsung.com> | 2015-06-12 08:27:04 +0900 |
---|---|---|
committer | Haejeong Kim <backto.kim@samsung.com> | 2015-06-12 08:27:04 +0900 |
commit | f268e8edcfab07ca50837cd6b2f8c95e51956130 (patch) | |
tree | 7dc093cc7fe39f9e6688558c9a0afba35431acf2 | |
parent | 69f175c58250c37927341a058757324617d7cb0a (diff) | |
download | media-content-tizen_3.0.2015.q2_common.tar.gz media-content-tizen_3.0.2015.q2_common.tar.bz2 media-content-tizen_3.0.2015.q2_common.zip |
Just remove white spacesubmit/tizen_3.0.2015.q2_common/20150615.075539submit/tizen/20150611.232950accepted/tizen/wearable/20150612.111342accepted/tizen/tv/20150612.111400accepted/tizen/mobile/20150612.111332accepted/tizen/common/20150612.070231accepted/tizen/3.0.2015.q2/common/20150615.091745tizen_3.0.2015.q2_commonaccepted/tizen_3.0.2015.q2_common
Change-Id: If0a5177c9323d17e560b88400db28f08d26f904f
-rwxr-xr-x | include/media_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |