aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/telephony-and-music/receive-or-make-call.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-05-17 14:40:46 +0200
committerMattias Andrée <maandree@operamail.com>2015-05-17 14:40:46 +0200
commit0d44f16f6738c0776edf60b84f49f0c6f875a8fe (patch)
treeacc2a01cea1f7c7458c8ccc6ec4b37fa5ccb5d0f /doc/examples/telephony-and-music/receive-or-make-call.c
parentupdate documentation for bus_poll (diff)
downloadbus-0d44f16f6738c0776edf60b84f49f0c6f875a8fe.tar.gz
bus-0d44f16f6738c0776edf60b84f49f0c6f875a8fe.tar.bz2
bus-0d44f16f6738c0776edf60b84f49f0c6f875a8fe.tar.xz
style + add timed read example
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples/telephony-and-music/receive-or-make-call.c')
-rw-r--r--doc/examples/telephony-and-music/receive-or-make-call.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/telephony-and-music/receive-or-make-call.c b/doc/examples/telephony-and-music/receive-or-make-call.c
index 92132fa..c61dc30 100644
--- a/doc/examples/telephony-and-music/receive-or-make-call.c
+++ b/doc/examples/telephony-and-music/receive-or-make-call.c
@@ -11,7 +11,8 @@ static char message[BUS_MEMORY_SIZE];
-int main()
+int
+main()
{
bus_t bus;
sprintf(message, "%ji force-pause", (intmax_t)getppid());