Missed bit in lpt.c

This commit is contained in:
Jasmine Iwanek
2025-06-24 14:34:39 -04:00
committed by GitHub
parent 1d63b52a5f
commit 9040aa1b70

View File

@@ -46,7 +46,9 @@ static const struct {
{"text_prt", &lpt_prt_text_device },
{"dot_matrix", &lpt_prt_escp_device },
{"postscript", &lpt_prt_ps_device },
#ifdef USE_PCL
{"pcl", &lpt_prt_pcl_device },
#endif
{"plip", &lpt_plip_device },
{"dongle_savquest", &lpt_hasp_savquest_device },
{"", NULL }