diff options
Diffstat (limited to 'src/methods/methods.c.in')
-rw-r--r-- | src/methods/methods.c.in | 1 |
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 }; |