summaryrefslogtreecommitdiffstats
path: root/src/collections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections.c')
-rw-r--r--src/collections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collections.c b/src/collections.c
index 77917f6..95542da 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -26,7 +26,7 @@ int
lilv_resource_node_cmp(const void* a, const void* b, void* user_data)
{
const SordNode* an = ((LilvNode*)a)->val.uri_val;
- const SordNode* bn = ((LilvNode*)a)->val.uri_val;
+ const SordNode* bn = ((LilvNode*)b)->val.uri_val;
return (intptr_t)an - (intptr_t)bn;
}