Merge branch 'maverick' into develop

Compile under OSX
This commit is contained in:
2016-01-26 09:48:11 +01:00
46 changed files with 174 additions and 194 deletions

View File

@ -497,7 +497,7 @@ int StopExe(pExeList self, char *name)
assert(self);
/* if not active, nothing to do */
if ((self->pOwner == NULL) ) {
if (self->pOwner == NULL ) {
self->iRun = 0;
return 1;
}