mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
InAppPurchases: remove return after else!
This commit is contained in:
parent
0e9db3c403
commit
7854ca74f0
1 changed files with 2 additions and 4 deletions
|
|
@ -663,10 +663,8 @@ struct InAppPurchases::Pimpl : public SKDelegateAndPaymentObserver
|
|||
[formatter release];
|
||||
return [dateAsNumber longLongValue];
|
||||
}
|
||||
else
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue