Change return type of media_db_disconnect() 35/211435/1 accepted/tizen/unified/20190806.072205 submit/tizen/20190805.053702
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 5 Aug 2019 02:47:52 +0000 (11:47 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 5 Aug 2019 02:47:52 +0000 (11:47 +0900)
commit12664e821921d4991c02960adc0914fc6ed4a7d2
tree512bf083b33e634e422767b4af810d6c8405d6d5
parent959829d99d761a06e429f678bb119012a8a5b7bf
Change return type of media_db_disconnect()

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

Change-Id: Ida11b4577d9553d377df02b83a5c07088ee3da40
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
lib/include/media-util-db.h
lib/media-util-db.c
src/mediadb-update.c