From d9a8c2a7687577dd3ec7cdd01766f88a1ed09eca Mon Sep 17 00:00:00 2001 From: fduncanh Date: Thu, 12 Aug 2021 12:42:45 -0400 Subject: [PATCH] missed a } in last commit --- lib/raop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/raop.c b/lib/raop.c index 08a93c2..ebe401b 100755 --- a/lib/raop.c +++ b/lib/raop.c @@ -372,7 +372,6 @@ void raop_set_display(raop_t *raop, unsigned short width, unsigned short height, if (max_fps > 255) max_fps = 255; if (max_fps) raop->display_max_fps = (uint8_t) max_fps; - } } void