We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9f84b commit 0495f05Copy full SHA for 0495f05
common.h
@@ -10,8 +10,8 @@
10
#endif
11
#include <string.h>
12
#ifndef _WIN32
13
-#include <unistd.h>
14
#include <getopt.h>
+#include <unistd.h>
15
16
#ifdef NCURSES
17
#include <curses.h>
output/common.c
@@ -591,7 +591,6 @@ int audio_raw_clean(struct audio_raw *audio_raw) {
591
audio_raw->right_previous_frame = NULL;
592
}
593
594
-
595
return 0;
596
597
0 commit comments