X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_sql.h;h=0fe4f4bcca3442cf5f5f8f5347c86448af17c32c;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=ef4ebca93b9592da6ce94756adbe5020963338df;hpb=484f5608bc27d45bfb0a435ce4a7d53c95457d1d;p=vlc diff --git a/include/vlc_sql.h b/include/vlc_sql.h index ef4ebca93b..0fe4f4bcca 100644 --- a/include/vlc_sql.h +++ b/include/vlc_sql.h @@ -300,7 +300,7 @@ static inline int sql_CommitTransaction( sql_t *p_sql ) **/ static inline void sql_RollbackTransaction( sql_t *p_sql ) { - return p_sql->pf_rollback( p_sql ); + p_sql->pf_rollback( p_sql ); } /**