From bcfeb644133b8051b5d147f83ec89e967d21f35e Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 11 May 2003 10:17:58 +0000 Subject: [PATCH] newline at the end Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1000 --- src/debug/debug_inc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debug/debug_inc.h b/src/debug/debug_inc.h index 880f7ea2..e3d5834f 100644 --- a/src/debug/debug_inc.h +++ b/src/debug/debug_inc.h @@ -51,7 +51,7 @@ struct DASMLine { extern DBGBlock dbg; - /* Local Debug Stuff */ Bitu DasmI386(char* buffer, PhysPt pc, Bitu cur_ip, bool bit32); -int DasmLastOperandSize(void); \ No newline at end of file +int DasmLastOperandSize(void); +