summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port.c b/src/port.c
index 197849c..383bf67 100644
--- a/src/port.c
+++ b/src/port.c
@@ -291,7 +291,7 @@ slv2_port_get_scale_points(SLV2Plugin p,
" lv2:scalePoint ?point .\n"
"?point rdf:value ?value ;\n"
" rdfs:label ?label .\n"
- "\n} ORDER BY ?value", NULL);
+ "\n}", NULL);
SLV2Results results = slv2_plugin_query_sparql(p, query);