mirror of https://github.com/GNOME/gimp.git
file-ps: Remove an extra space
This commit is contained in:
parent
75f1da04de
commit
a52e1fec51
|
@ -66,7 +66,7 @@
|
|||
'file-pnm' => { ui => 1, gegl => 1 },
|
||||
'file-pdf-load' => { ui => 1, optional => 1, libs => 'POPPLER_LIBS', cflags => 'POPPLER_CFLAGS' },
|
||||
'file-pdf-save' => { ui => 1, gegl => 1, optional => 1, libs => 'CAIRO_PDF_LIBS', cflags => 'CAIRO_PDF_CFLAGS' },
|
||||
'file-ps' => { ui => 1, gegl => 1 , optional => 1, libs => 'GS_LIBS' },
|
||||
'file-ps' => { ui => 1, gegl => 1, optional => 1, libs => 'GS_LIBS' },
|
||||
'file-psp' => { ui => 1, gegl => 1, optional => 1, libs => 'Z_LIBS' },
|
||||
'file-raw' => { ui => 1 },
|
||||
'file-sunras' => { ui => 1 },
|
||||
|
|
Loading…
Reference in New Issue