broken pre-commit script
This commit is contained in:
@ -372,6 +372,8 @@ gtk_print_backend_lpr_print_stream (GtkPrintBackend *print_backend,
|
||||
goto out;
|
||||
}
|
||||
|
||||
g_io_channel_set_close_on_unref (ps->in, TRUE);
|
||||
|
||||
g_io_add_watch (data_io,
|
||||
G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP,
|
||||
(GIOFunc) lpr_write,
|
||||
|
||||
Reference in New Issue
Block a user