-check return value
[oweals/gnunet.git] / src / block / plugin_block_test.c
index 9390562a4fce548aef6482bb7bd5b2460b8f42a6..01ed14fc2cb9085250d9eb7b2223b97d4e18b54b 100644 (file)
@@ -145,7 +145,7 @@ libgnunet_plugin_block_test_init (void *cls)
 void *
 libgnunet_plugin_block_test_done (void *cls)
 {
-  struct GNUNET_TRANSPORT_PluginFunctions *api = cls;
+  struct GNUNET_BLOCK_PluginFunctions *api = cls;
 
   GNUNET_free (api);
   return NULL;