X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpython.c;h=34cab885308ff0ef59b15b1ac2d1409b0a3581a2;hb=bd6aad25cc019f9516331d716acc60bce6f4ede4;hp=c6ee5544c47dfb0d1be423de1b232275731e898f;hpb=14d94fb83e1e9487dc46415b4334e7217b9175e9;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) {