[St] fix a bug noticed by gcc -O3

https://bugzilla.gnome.org/show_bug.cgi?id=623295
This commit is contained in:
Dan Winship 2010-07-12 14:24:16 -04:00
parent 51caecc1b3
commit 1b03d5cb45

View File

@ -177,7 +177,7 @@ scrollable_get_adjustments (StScrollable *scrollable,
priv = (ST_BOX_LAYOUT (scrollable))->priv;
if (priv->hadjustment)
if (hadjustment)
*hadjustment = priv->hadjustment;
if (vadjustment)