aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-helper-audio-playback.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-08 23:40:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-08 23:40:32 +0000
commiteedb4723298c710ce6d9bfb422251120d8014f58 (patch)
treee4aa0743883ac94090e7befcd96a9ab1f0a3e814 /src/conversation/gnunet-helper-audio-playback.c
parentc937a1623b7fde5ff51c0055c0b3b65921a1f67d (diff)
downloadgnunet-eedb4723298c710ce6d9bfb422251120d8014f58.tar.gz
gnunet-eedb4723298c710ce6d9bfb422251120d8014f58.zip
-style fixes
Diffstat (limited to 'src/conversation/gnunet-helper-audio-playback.c')
-rw-r--r--src/conversation/gnunet-helper-audio-playback.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-helper-audio-playback.c b/src/conversation/gnunet-helper-audio-playback.c
index 97abd4430..fcf07707d 100644
--- a/src/conversation/gnunet-helper-audio-playback.c
+++ b/src/conversation/gnunet-helper-audio-playback.c
@@ -19,7 +19,7 @@
19*/ 19*/
20/** 20/**
21 * @file conversation/gnunet-helper-audio-playback.c 21 * @file conversation/gnunet-helper-audio-playback.c
22 * @brief constants for network protocols 22 * @brief program to playback audio data to the speaker
23 * @author Siomon Dieterle 23 * @author Siomon Dieterle
24 * @author Andreas Fuchs 24 * @author Andreas Fuchs
25 * @author Christian Grothoff 25 * @author Christian Grothoff
@@ -335,8 +335,8 @@ main (int argc, char *argv[])
335 335
336 GNUNET_assert (GNUNET_OK == 336 GNUNET_assert (GNUNET_OK ==
337 GNUNET_log_setup ("gnunet-helper-audio-playback", 337 GNUNET_log_setup ("gnunet-helper-audio-playback",
338 "DEBUG", 338 "WARNING",
339 "/tmp/helper-audio-playback")); 339 NULL));
340 if (0 != pipe (ready_pipe)) 340 if (0 != pipe (ready_pipe))
341 { 341 {
342 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "pipe"); 342 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "pipe");