]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.c
Fix compiler warning
[meshlink] / src / meshlink.c
index 538a9e5c5d84440b8f39531db92a94ee4216b644..d1d8edcc52752261c208f0f84fc9901a366c3bc6 100644 (file)
@@ -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) {