aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.c b/src/env.c
index 5159292d..afbf1064 100644
--- a/src/env.c
+++ b/src/env.c
@@ -319,6 +319,7 @@ serd_env_expand(const SerdEnv* env, const SerdNode* node)
case SERD_CURIE:
return expand_curie(env, node);
case SERD_BLANK:
+ case SERD_VARIABLE:
break;
}