ouch-i-feel-so-stupid build fix

This commit is contained in:
Siana Gearz
2012-01-26 02:30:42 +01:00
parent 6939d2d70b
commit 3261332e0b

View File

@@ -56,7 +56,7 @@ static bool isProcessAlive(U32 pid)
#else //Everyone Else
static U32 getPID() {
return getpid()
return getpid();
}
static bool isProcessAlive(U32 pid)