mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Kill extra semi-colon
This commit is contained in:
parent
691e6a8c93
commit
8e31fd6672
@ -742,7 +742,7 @@ rsp_reply_browse(struct evhttp_request *req, char **uri, struct evkeyvalq *query
|
||||
* to return - this prevents mxml from sending out an empty <items/>
|
||||
* tag that the SoundBridge does not handle. It's hackish, but it works.
|
||||
*/
|
||||
if (qp.results == 0);
|
||||
if (qp.results == 0)
|
||||
mxmlNewText(items, 0, "");
|
||||
|
||||
db_query_end(&qp);
|
||||
|
Loading…
Reference in New Issue
Block a user