From b17f031e35a8b8629af809e6e2aec221bce134b3 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Sat, 17 Apr 2021 20:48:51 +0000 Subject: [PATCH] gitmodules: Remove unneeded prefix Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 829ab46fe..8e5bc4581 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,6 +40,6 @@ [submodule "ffmpeg"] path = externals/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git -[submodule "externals/SDL"] +[submodule "SDL"] path = externals/SDL url = https://github.com/libsdl-org/SDL.git