Commit cd83f885 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wineps: Add the duplex entry to the list.

parent 16a5a5c9
......@@ -894,6 +894,7 @@ PPD *PSDRV_ParsePPD(char *fname)
duplex->WinDuplex = DMDUP_SIMPLEX;
}
tuple.option = tuple.opttrans = tuple.value = NULL;
list_add_tail( &ppd->Duplexes, &duplex->entry );
}
else if(!strcmp("*DefaultDuplex", tuple.key)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment