diff options
Diffstat (limited to 'doc/examples/telephony-and-music/end-call.c')
-rw-r--r-- | doc/examples/telephony-and-music/end-call.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/telephony-and-music/end-call.c b/doc/examples/telephony-and-music/end-call.c index 6198cbb..c03eedf 100644 --- a/doc/examples/telephony-and-music/end-call.c +++ b/doc/examples/telephony-and-music/end-call.c @@ -11,7 +11,8 @@ static char message[BUS_MEMORY_SIZE]; -int main() +int +main() { bus_t bus; sprintf(message, "%ji unforce-pause", (intmax_t)getppid()); |