summaryrefslogtreecommitdiffstats
path: root/zvok.c
diff options
context:
space:
mode:
Diffstat (limited to 'zvok.c')
-rw-r--r--zvok.c2
1 files changed, 1 insertions, 1 deletions
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 {