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}, };