aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/test_plugin_transport_wlan_dummy.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/test_plugin_transport_wlan_dummy.c b/src/transport/test_plugin_transport_wlan_dummy.c
index 7d017477c0..d4c300d25a 100644
--- a/src/transport/test_plugin_transport_wlan_dummy.c
+++ b/src/transport/test_plugin_transport_wlan_dummy.c
@@ -432,15 +432,16 @@ testmode (int argc, char *argv[])
GNUNET_SERVER_mst_destroy (stdin_mst);
GNUNET_SERVER_mst_destroy (file_in_mst);
-end:if (fpout != NULL)
+end:
+ if (fpout != NULL)
fclose (fpout);
if (fpin != NULL)
fclose (fpin);
if (1 == first)
{
- unlink (FIFO_FILE1);
- unlink (FIFO_FILE2);
+ (void) unlink (FIFO_FILE1);
+ (void) unlink (FIFO_FILE2);
}
return (0);