From e139c8f9cbea28a0618d57a673b615bfa0a572dc Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 11 May 2003 10:19:26 +0000 Subject: [PATCH] newline at end of file Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1002 --- src/ints/xms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ints/xms.h b/src/ints/xms.h index 8f7fd68e..18360a33 100644 --- a/src/ints/xms.h +++ b/src/ints/xms.h @@ -34,4 +34,4 @@ Bitu XMS_ResizeMemory (Bitu handle, Bitu newSize); Bitu XMS_EnableA20 (bool enable); Bitu XMS_GetEnabledA20 (void); -#endif \ No newline at end of file +#endif