From 3d2607e514d3df905c846a0b451afab0ab2e5f0f Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Thu, 10 Jul 2003 12:35:53 +0000 Subject: [PATCH] tada a newline at the end Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1108 --- include/serialport.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/serialport.h b/include/serialport.h index 9f08303a..1347ac62 100644 --- a/include/serialport.h +++ b/include/serialport.h @@ -132,4 +132,5 @@ private: // This function returns the CSerial objects for ports 1-4 // CSerial *getComport(Bitu portnum); -#endif \ No newline at end of file +#endif +