From 1ec4cb1c52b96e09eb1d10cd5d50a5416c167326 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Mon, 20 Jan 2020 17:20:53 +0100 Subject: [PATCH] fix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index df86d15a..2cdd9aec 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ type track struct { type streamProtocol int const ( - _STREAM_PROTOCOL_UDP = iota + _STREAM_PROTOCOL_UDP streamProtocol = iota _STREAM_PROTOCOL_TCP )