app: initialize variable in gimp_histogram_view_update_bins()

This commit is contained in:
Michael Natterer 2013-06-18 00:10:57 +02:00
parent 6280e4933a
commit 94ec249e1e
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ gimp_histogram_view_notify (GimpHistogram *histogram,
static void
gimp_histogram_view_update_bins (GimpHistogramView *view)
{
gint new_bins;
gint new_bins = 256;
if (view->histogram)
new_bins = gimp_histogram_n_bins (view->histogram);