aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-wlan-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-helper-transport-wlan-dummy.c')
-rw-r--r--src/transport/gnunet-helper-transport-wlan-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-helper-transport-wlan-dummy.c b/src/transport/gnunet-helper-transport-wlan-dummy.c
index 610b3a4c4..d07b1f8f6 100644
--- a/src/transport/gnunet-helper-transport-wlan-dummy.c
+++ b/src/transport/gnunet-helper-transport-wlan-dummy.c
@@ -238,7 +238,7 @@ main (int argc, char *argv[])
238 erg = mkfifo (FIFO_FILE1, 0666); 238 erg = mkfifo (FIFO_FILE1, 0666);
239 if ( (0 != erg) && (EEXIST != errno) ) 239 if ( (0 != erg) && (EEXIST != errno) )
240 FPRINTF (stderr, "Error in mkfifo(%s): %s\n", FIFO_FILE1, 240 FPRINTF (stderr, "Error in mkfifo(%s): %s\n", FIFO_FILE1,
241 strerror (errno)); 241 strerror (errno));
242 } 242 }
243 } 243 }
244 else 244 else