mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-14 08:16:17 -04:00
Minor doc fix
This commit is contained in:
parent
f647ae4391
commit
3222b7b51d
@ -113,7 +113,7 @@ typedef struct scan_xml_rb_t {
|
|||||||
*
|
*
|
||||||
* @param pa one node to compare
|
* @param pa one node to compare
|
||||||
* @param pb other node to compare
|
* @param pb other node to compare
|
||||||
* @param cfg I have no idea
|
* @param cfg opaque pointer I'm not using
|
||||||
*/
|
*/
|
||||||
int scan_xml_rb_compare(const void *pa, const void *pb, const void *cfg) {
|
int scan_xml_rb_compare(const void *pa, const void *pb, const void *cfg) {
|
||||||
if(((SCAN_XML_RB*)pa)->itunes_index < ((SCAN_XML_RB*)pb)->itunes_index)
|
if(((SCAN_XML_RB*)pa)->itunes_index < ((SCAN_XML_RB*)pb)->itunes_index)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user