aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 6717fd2..b93c943 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -363,7 +363,7 @@ main(int argc, char **argv)
if (!dsp)
errx(1, "Cannot connect to X11 server");
- sio = init_sio(2, 16, 1);
+ sio = init_sio();
if (dflag)
daemon(0, 0);