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