summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-02-10 22:04:36 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-02-10 22:04:36 +0100
commitc5d4278bb25f7fd3f405cb2941f73cdc073e5d7e (patch)
tree03572cbdbd9b260dc5066a670a6ee7d4c4169085
parentimportant documents (diff)
downloadsoča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar
soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.gz
soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.bz2
soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.lz
soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.xz
soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.tar.zst
soča-c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e.zip
-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 {