aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/env.c b/src/env.c
index 295e7fcf..1b5617fd 100644
--- a/src/env.c
+++ b/src/env.c
@@ -275,8 +275,9 @@ serd_env_expand(const SerdEnv* env, const SerdNode* node)
return serd_new_resolved_uri_i(
serd_node_get_string(node), &env->base_uri);
default:
- return NULL;
+ break;
}
+ return NULL;
}
void