fixing a typo fixes ENABLE_MP.
2001-05-25 Michael Natterer <mitch@gimp.org> * app/base/pixel-processor.c: fixing a typo fixes ENABLE_MP. * app/core/gimpdrawable-histogram.c * app/core/gimpimage-colorhash.c * app/core/gimptoolinfo.c: fixed some #includes. * libgimpwidgets/gimpfileselection.[ch] * libgimpwidgets/gimpwidgetstypes.h: moved the opaque typedef to gimpwidgetstypes.h * po/POTFILES.in: reflect app/'s state again.
This commit is contained in:
committed by
Michael Natterer
parent
ced2d1481b
commit
d13682842c
@ -76,7 +76,7 @@ static void *
|
||||
do_parallel_regions (PixelProcessor *p_s)
|
||||
{
|
||||
PixelRegion tr[4];
|
||||
gint n tiles = 0;
|
||||
gint n_tiles = 0;
|
||||
gint i;
|
||||
gint cont = 1;
|
||||
|
||||
@ -104,7 +104,7 @@ do_parallel_regions (PixelProcessor *p_s)
|
||||
}
|
||||
|
||||
pthread_mutex_unlock (&p_s->mutex);
|
||||
ntiles++;
|
||||
n_tiles++;
|
||||
|
||||
switch(p_s->n_regions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user