X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Futils_heap_test.c;h=827c090f512ddc51c9d3ab285d5b4926d32f5923;hp=dec84f94bf0377b9b44118f47e54248db12eb590;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hpb=c3d354c58d56c4b2bb4138a227f3546928bd84f2 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) {