[haiku-commits] Re: haiku: hrev49390 - in src: kits/media add-ons/media/media-add-ons/mixer

  • From: Dario Casalinuovo <b.vitruvio@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 11 Jul 2015 16:24:52 +0200

fCore->Unlock();
- return B_OK;
+ return status;

err:
fCore->Unlock();
- return B_ERROR;
+ return status;

These two cases are now the same, so you might as well get rid of the
first.


Indeed ;-) thanks for notifying.

Other related posts: