From 7573aa16169e80baec80440463a524e5f4e92911 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 12 Sep 2013 21:50:18 +0200 Subject: Minor cosmetic changes --- lib/tests/test_tcp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/tests') diff --git a/lib/tests/test_tcp.c b/lib/tests/test_tcp.c index ae6dc1f4..114252b4 100644 --- a/lib/tests/test_tcp.c +++ b/lib/tests/test_tcp.c @@ -21,10 +21,11 @@ #include "tap.h" int -main (int argc, char **argv) +main(void) { - char** server_expect; + char **server_expect; int server_expect_count = 3; + plan_tests(9); server_expect = malloc(sizeof(char*) * server_expect_count); @@ -55,4 +56,3 @@ main (int argc, char **argv) return exit_status(); } - -- cgit v1.2.3-74-g34f1