diff options
Diffstat (limited to 'zvok.c')
-rw-r--r-- | zvok.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <error.h> #include <unistd.h> #include <soundio/soundio.h> -#include <fcntl.h>> +#include <fcntl.h> #define ABS(x) ((x) < 0 ? -(x) : (x)) #define NUM "4" struct record_context { |