mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Update PosixCommon.cpp to prevent token error
Fixed error: expected unqualified-id before ‘{’ token
This commit is contained in:
parent
ba2430c855
commit
18143fd8de
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ BFP_EXPORT void BFP_CALLTYPE BfpSpawn_GetStdHandles(BfpSpawn* spawn, BfpFile** o
|
|||
}
|
||||
}
|
||||
|
||||
BFP_EXPORT int BFP_CALLTYPE BfpSpawn_GetProcessId(BfpSpawn* spawn);
|
||||
BFP_EXPORT int BFP_CALLTYPE BfpSpawn_GetProcessId(BfpSpawn* spawn)
|
||||
{
|
||||
return spawn->mPid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue