summaryrefslogtreecommitdiffstats
path: root/src/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/query.c b/src/query.c
index c64b8c4..1155e44 100644
--- a/src/query.c
+++ b/src/query.c
@@ -55,7 +55,7 @@ lilv_lang_matches(const char* a, const char* b)
LilvNodes*
lilv_nodes_from_stream_objects_i18n(LilvWorld* world,
- SordIter* stream)
+ SordIter* stream)
{
LilvNodes* values = lilv_nodes_new();
const SordNode* nolang = NULL; // Untranslated value
@@ -118,7 +118,7 @@ lilv_nodes_from_stream_objects_i18n(LilvWorld* world,
LilvNodes*
lilv_nodes_from_stream_objects(LilvWorld* world,
- SordIter* stream)
+ SordIter* stream)
{
if (lilv_matches_end(stream)) {
lilv_match_end(stream);