aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-02 19:24:01 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-02 19:24:01 +0000
commitd2a5c601227b21ee78c6cf44ff74adae99f6a228 (patch)
tree6ba587267f715383f249b4fd096d4e371eacaedb
parent5515346fc64075a846ce64f5f721501375e26d6b (diff)
indent
-rw-r--r--spectrogram.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spectrogram.c b/spectrogram.c
index af58911..ca8b049 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -425,6 +425,7 @@ main(int argc, char **argv)
unsigned long black, white;
float factor = 0.75;
int round = 1024; /* FFT is fastest with powers of two */
+
while ((ch = getopt(argc, argv, "dfpr:h")) != -1)
switch (ch) {
case 'd':