summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnapravebin24720 -> 0 bytes
-rw-r--r--zvok.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/naprave b/naprave
deleted file mode 100755
index ac217bd..0000000
--- a/naprave
+++ /dev/null
Binary files differ
diff --git a/zvok.c b/zvok.c
index 3ef7ea4..079b1f3 100644
--- a/zvok.c
+++ b/zvok.c
@@ -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 {