[St] fix a bug noticed by gcc -O3
https://bugzilla.gnome.org/show_bug.cgi?id=623295
This commit is contained in:
parent
51caecc1b3
commit
1b03d5cb45
@ -177,7 +177,7 @@ scrollable_get_adjustments (StScrollable *scrollable,
|
|||||||
|
|
||||||
priv = (ST_BOX_LAYOUT (scrollable))->priv;
|
priv = (ST_BOX_LAYOUT (scrollable))->priv;
|
||||||
|
|
||||||
if (priv->hadjustment)
|
if (hadjustment)
|
||||||
*hadjustment = priv->hadjustment;
|
*hadjustment = priv->hadjustment;
|
||||||
|
|
||||||
if (vadjustment)
|
if (vadjustment)
|
||||||
|
Loading…
Reference in New Issue
Block a user