summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-23 00:15:03 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-23 00:15:03 +0200
commit621dba06222979156f4efd02832058b8f3900cd7 (patch)
tree08b8a756f0e2018a7cad18cd2fcbe70935568f77 /src/interface.c
parentf0fe027dc5e9ed9056c60f3b7300ea0bc8466411 (diff)
downloadpa-sink-ctl-621dba06222979156f4efd02832058b8f3900cd7.tar.gz
pa-sink-ctl-621dba06222979156f4efd02832058b8f3900cd7.tar.bz2
pa-sink-ctl-621dba06222979156f4efd02832058b8f3900cd7.zip
smoothly exit now (pulse con & glib loop explicit)
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 3219faa..ace0907 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -321,5 +321,4 @@ void interface_clear(void)
clrtoeol();
refresh();
endwin();
- exit(0);
}