From 366a79a845c9f71cd6dc34ced356ae1ea21b2a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20B=C3=A1nffy?= Date: Fri, 24 Oct 2025 16:47:23 +0100 Subject: [PATCH] Fix missing "}" --- .travis/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deps.sh b/.travis/deps.sh index f0083ea0..32f74e5f 100755 --- a/.travis/deps.sh +++ b/.travis/deps.sh @@ -26,7 +26,7 @@ install_redhat() { sudo dnf install -y cmake ninja-build which g++ sudo dnf install -y SDL_ttf-devel sudo dnf install -y freetype-devel - +} install_linux() { sudo apt-get update -yqqm