Skip to content

Commit d8114f0

Browse files
committed
remove redundant space
1 parent fda2e14 commit d8114f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderdoc/os/posix/linux/linux_process.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ bool StopChildAtMain(pid_t childPid, bool *exitWithNoExec)
408408

409409
sp++;
410410

411-
if(!strncmp(sp, "r-xp ", 4))
411+
if(!strncmp(sp, "r-xp", 4))
412412
{
413413
RDCCOMPILE_ASSERT(sizeof(long) == sizeof(void *), "Expected long to be pointer sized");
414414
int pathOffset = 0;

0 commit comments

Comments
 (0)