From 92cff8712018274b2caeb5e42417c826a9172d54 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 17 Oct 2020 01:45:18 -0300 Subject: [PATCH] Add missing file end newline --- src/include/86box/lpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/lpt.h b/src/include/86box/lpt.h index f219c12b0..3a2ac2959 100644 --- a/src/include/86box/lpt.h +++ b/src/include/86box/lpt.h @@ -62,4 +62,4 @@ extern const lpt_device_t lpt_dac_stereo_device; extern const lpt_device_t dss_device; -#endif /*EMU_LPT_H*/ \ No newline at end of file +#endif /*EMU_LPT_H*/