cortex: Fix PVS 1504

Fix 'r' is assigned values twice successively.

Change-Id: Ia46786badb1235f16c42e09eb9e9fb750fb2bf29
Reviewed-on: https://review.haiku-os.org/760
Reviewed-by: Barrett17 <[email protected]>
This commit is contained in:
Murai Takashi
2018-12-12 21:31:53 +00:00
committed by Barrett17
parent 67f185ecf5
commit b6766af3e6
@@ -650,7 +650,7 @@ void MediaJack::_drawInto(
} }
else if (isOutput()) else if (isOutput())
{ {
BRect r = targetRect; BRect r;
BPoint p; BPoint p;
// fill rect // fill rect