From af4fd7864cc5d4b7b945865b492b521fd580ee09 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Sat, 28 Jun 2014 15:16:14 +0200 Subject: [PATCH] Fix compiler warning --- src/meshlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlink.c b/src/meshlink.c index 538a9e5c..d1d8edcc 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -1389,7 +1389,7 @@ meshlink_connection_t* meshlink_open_rchannel(meshlink_handle_t *mesh, meshlink_ //TODO: register a callback for the data that will be received from this connection //TODO: return a description value that the user will use to write on this channel - +return NULL; } static void __attribute__((constructor)) meshlink_init(void) { -- 2.39.2