From a4887b2691798ed1c6da162f949a259833021af3 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 1 Mar 2025 20:00:22 +0200 Subject: [PATCH] argg clang --- src/core/libraries/network/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libraries/network/http.cpp b/src/core/libraries/network/http.cpp index b27161d53..3806f449f 100644 --- a/src/core/libraries/network/http.cpp +++ b/src/core/libraries/network/http.cpp @@ -623,7 +623,7 @@ int PS4_SYSV_ABI sceHttpUriParse(OrbisHttpUriElement* out, const char* srcUri, v currentPos += 2; // Skip "//" } - //in case it starts with file:///// + // in case it starts with file:///// if (strncmp(currentPos, "//", 2) == 0) { currentPos += 2; // Skip "//" }