diff options
-rwxr-xr-x | naprave | bin | 24720 -> 0 bytes | |||
-rw-r--r-- | zvok.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/naprave b/naprave Binary files differdeleted file mode 100755 index ac217bd..0000000 --- a/naprave +++ /dev/null @@ -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 { |