summaryrefslogtreecommitdiffstats
path: root/src/methods/methods.c.in
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-29 21:48:13 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-29 21:48:13 +0100
commit641422da88f060c9dbe846f8fa2c64a41e4c4e48 (patch)
tree1090f4650669056b7e65d2536de8d1bd35ffa3fa /src/methods/methods.c.in
parent020bb327dd9445fd82dbf8d2e59a3d5bda408bb3 (diff)
downloadfastd-641422da88f060c9dbe846f8fa2c64a41e4c4e48.tar
fastd-641422da88f060c9dbe846f8fa2c64a41e4c4e48.zip
Correctly terminate method list
Diffstat (limited to 'src/methods/methods.c.in')
-rw-r--r--src/methods/methods.c.in1
1 files changed, 1 insertions, 0 deletions
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
};