X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_heap_test.c;h=827c090f512ddc51c9d3ab285d5b4926d32f5923;hb=9c6c1bdb92537f307d245c52349d3f196ec4d33d;hp=dec84f94bf0377b9b44118f47e54248db12eb590;hpb=9717b1a55d60d992c16e66e2ae5bdfb42f80aca8;p=collectd.git diff --git a/src/daemon/utils_heap_test.c b/src/daemon/utils_heap_test.c index dec84f94..827c090f 100644 --- a/src/daemon/utils_heap_test.c +++ b/src/daemon/utils_heap_test.c @@ -68,7 +68,7 @@ DEF_TEST(simple) { } c_heap_destroy(h); - return (0); + return 0; } int main(void) {