From bdd4b4cd6434f8d2366085795517e2f15061581e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 23 Jun 2013 12:15:00 +0000 Subject: reenable demonize --- spectrogram.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'spectrogram.c') diff --git a/spectrogram.c b/spectrogram.c index da29ea3..3372696 100644 --- a/spectrogram.c +++ b/spectrogram.c @@ -312,10 +312,8 @@ main(int argc, char **argv) sio = init_sio(RCHAN, BITS, SIGNED); -#if 0 if (dflag) daemon(0, 0); -#endif delta = get_round(sio); width = delta + 2 * GAP; -- cgit v1.2.3