Dont set enum to NULL fixes build issues on Solaris 10

https://bugzilla.gnome.org/show_bug.cgi?id=586107
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
This commit is contained in:
Timothy Arceri 2013-10-04 07:21:55 +10:00 committed by Matthias Clasen
parent 30d881d0f7
commit dae0951db4

View File

@ -350,7 +350,7 @@ gtk_print_backend_papi_print_stream (GtkPrintBackend *print_backend,
const gchar *title;
char *prtnm = NULL;
GtkPrintDuplex val;
papi_status_t pstatus = NULL;
papi_status_t pstatus;
papi_attribute_t **attrs = NULL;
papi_job_ticket_t *ticket = NULL;