plug-ins: fix indentation from previous commit
This commit is contained in:
parent
68b27dfb1c
commit
bdf0da27a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue