From 641422da88f060c9dbe846f8fa2c64a41e4c4e48 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 29 Oct 2013 21:48:13 +0100 Subject: Correctly terminate method list --- src/methods/methods.c.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/methods/methods.c.in') diff --git a/src/methods/methods.c.in b/src/methods/methods.c.in index 61d1251..6931edd 100644 --- a/src/methods/methods.c.in +++ b/src/methods/methods.c.in @@ -30,6 +30,7 @@ @METHOD_DEFINITIONS@ static const fastd_method_t *const methods[] = { @METHOD_LIST@ + NULL }; -- cgit v1.2.3