file-ps: Don’t use variable uninitialized
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
f2d5ff446a
commit
0ea20b959b
1 changed files with 1 additions and 1 deletions
|
|
@ -1445,7 +1445,7 @@ check_load_vals (GimpProcedureConfig *config)
|
|||
gint pnm_type = 6;
|
||||
gint text_alpha = 1;
|
||||
gint graphics_alpha = 1;
|
||||
gchar *pages;
|
||||
gchar *pages = NULL;
|
||||
|
||||
if (config)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue