From c5d4278bb25f7fd3f405cb2941f73cdc073e5d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Fri, 10 Feb 2023 22:04:36 +0100 Subject: rm binary --- zvok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zvok.c') diff --git a/zvok.c b/zvok.c index 3ef7ea4..079b1f3 100644 --- a/zvok.c +++ b/zvok.c @@ -5,7 +5,7 @@ #include #include #include -#include > +#include #define ABS(x) ((x) < 0 ? -(x) : (x)) #define NUM "4" struct record_context { -- cgit v1.2.3