summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port.c b/src/port.c
index b7414be..d895b6e 100644
--- a/src/port.c
+++ b/src/port.c
@@ -139,7 +139,7 @@ slv2_port_get_value(SLV2Plugin p,
char* query = slv2_strjoin(
"SELECT DISTINCT ?value WHERE {\n"
- "<", librdf_uri_as_string(p->plugin_uri), "> lv2:port ?port ."
+ "<", librdf_uri_as_string(p->plugin_uri), "> lv2:port ?port .\n"
"?port lv2:symbol \"", port->symbol, "\";\n\t",
property, " ?value .\n}", NULL);