X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpython.c;h=34cab885308ff0ef59b15b1ac2d1409b0a3581a2;hb=4eca75de34e9c3d7f2391b9c7a5951a27a713804;hp=c6ee5544c47dfb0d1be423de1b232275731e898f;hpb=45492ba3d0119874e2f2878d68089fc8f62268a4;p=collectd.git diff --git a/src/python.c b/src/python.c index c6ee5544..34cab885 100644 --- a/src/python.c +++ b/src/python.c @@ -1397,7 +1397,7 @@ static int cpy_config(oconfig_item_t *ci) { status = 1; } } - return (status); + return status; } void module_register(void) {