Fix a typo

Terminating a string array with "NULL" does not have the desired
effect.
This commit is contained in:
Matthias Clasen 2011-01-20 16:13:20 -05:00
parent 6e848ce81a
commit 3916403df0

View file

@ -739,7 +739,7 @@ cc_ua_panel_init (CcUaPanel *self)
"pointing_sizegroup", "pointing_sizegroup2",
"pointing_scale_sizegroup", "sizegroup1",
"hearing_sizegroup",
"NULL" };
NULL };
priv = self->priv = UA_PANEL_PRIVATE (self);