From 593e0fd8d9a2c4ef33e6313f5d5246e621469f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 8 Mar 2026 18:42:09 +0100 Subject: [PATCH] Remove stray space in .gitmodules. This might be what broke the flatpak build: https://github.com/flathub/org.ppsspp.PPSSPP/pull/97 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 96853b36cb..fb5d0def50 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,7 +61,7 @@ url = https://github.com/hrydgard/ppsspp-lua.git [submodule "ext/freetype"] path = ext/freetype - url = https://github.com/hrydgard/freetype.git + url = https://github.com/hrydgard/freetype.git [submodule "ext/nanosvg"] path = ext/nanosvg url = https://github.com/hrydgard/nanosvg.git