aboutsummaryrefslogtreecommitdiff
path: root/libseat
diff options
context:
space:
mode:
Diffstat (limited to 'libseat')
-rw-r--r--libseat/libseat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libseat/libseat.c b/libseat/libseat.c
index a7e079c..42449a8 100644
--- a/libseat/libseat.c
+++ b/libseat/libseat.c
@@ -26,6 +26,7 @@ static const struct named_backend impls[] = {
{"builtin", &builtin_impl},
#endif
{"noop", &noop_impl},
+
{NULL, NULL},
};