From 6d7c594fc5497a62561329b9fb94e8f71d499d73 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 6 Dec 2012 22:27:19 +0100 Subject: [PATCH] Avoided a warning --- tests/transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/transport.c b/tests/transport.c index 00b42d1..eae8971 100644 --- a/tests/transport.c +++ b/tests/transport.c @@ -28,7 +28,7 @@ /* private */ /* types */ -typedef struct _Transport +typedef struct _AppTransport { int ret; AppTransportPluginHelper helper; @@ -59,7 +59,7 @@ static int _transport(char const * protocol, char const * name) { char * cwd; Plugin * plugin; - Transport transport; + AppTransport transport; AppTransportPluginHelper * helper = &transport.helper; struct timeval tv;