Remove device names from LPT table

This commit is contained in:
RichardG867
2021-07-08 22:55:56 -03:00
parent f88650eea5
commit c39587cfab
5 changed files with 27 additions and 30 deletions

View File

@@ -389,7 +389,7 @@ ps_close(void *p)
const lpt_device_t lpt_prt_ps_device = {
.name = "Generic PostScript printer",
.name = "Generic PostScript Printer",
.init = ps_init,
.close = ps_close,
.write_data = ps_write_data,