plug-ins: fix indentation from previous commit

This commit is contained in:
Jacob Boerema 2026-01-15 10:33:33 -05:00
parent 68b27dfb1c
commit bdf0da27a3

View file

@ -1717,7 +1717,7 @@ load_xwd_f2_d16_b16 (GFile *file,
if (offset+2 >= maxval)
{
g_set_error (error, GIMP_PLUG_IN_ERROR, 0,
_("Invalid colormap offset. Possibly corrupt image."));
_("Invalid colormap offset. Possibly corrupt image."));
return NULL;
}
cm = ColorMap + offset;