Linux: Fix compiler warning

master
KonstantinosSykas 2019-06-09 23:42:53 +03:00
parent 504f28b649
commit e9b4d740ed
1 changed files with 2 additions and 1 deletions

View File

@ -1147,4 +1147,5 @@ static JSBool StationRemoveShipFromShipyard(JSContext *context, uintN argc, jsva
OOJS_RETURN_BOOL(YES);
OOJS_NATIVE_EXIT
}
}