Change return type of ms_disconnect_db() 85/211285/2
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 1 Aug 2019 06:30:13 +0000 (15:30 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Thu, 1 Aug 2019 07:16:40 +0000 (16:16 +0900)
commit959829d99d761a06e429f678bb119012a8a5b7bf
tree3ca09fc774ba59bdaff77b858a5347bce87d5e27
parentf8f8473360c9ca2d4f14c28f0db50205f68dbee9
Change return type of ms_disconnect_db()

sqlite3_close_v2() always returns SQLITE_OK.
Therefore, it does not need to check the return value.

Change-Id: I7c5c6fb90665431a8063527fd221d4f94a75de6b
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/common/include/media-common-db-svc.h
src/common/media-common-db-svc.c