mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 18:10:35 +00:00
remove redundant space
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user