Removed an unwanted ";" to stop an empty if statement

[taken from Debian patches]
pull/1/head
Slávek Banko 8 years ago
parent 11e10d2361
commit 1e2161224b

@ -7776,7 +7776,7 @@ void DominoStyle::dominoDrawItem( QPainter *p, const QRect &r,
p->setClipping(false);
}
if(axi);
if(axi)
XDestroyImage(axi);
if(xi)
XDestroyImage(xi);

Loading…
Cancel
Save