remove redundant space

This commit is contained in:
baldurk
2025-02-13 18:45:57 +00:00
parent fda2e14b12
commit d8114f0daa
+1 -1
View File
@@ -408,7 +408,7 @@ bool StopChildAtMain(pid_t childPid, bool *exitWithNoExec)
sp++;
if(!strncmp(sp, "r-xp ", 4))
if(!strncmp(sp, "r-xp", 4))
{
RDCCOMPILE_ASSERT(sizeof(long) == sizeof(void *), "Expected long to be pointer sized");
int pathOffset = 0;