From da0bb016c57de52552fefb1bac429f8992ab5d84 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 11 Oct 2006 08:01:11 +0000 Subject: [PATCH] fix a warning Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2706 --- src/fpu/fpu_instructions.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fpu/fpu_instructions.h b/src/fpu/fpu_instructions.h index 8bdf648d..26ed9e9f 100644 --- a/src/fpu/fpu_instructions.h +++ b/src/fpu/fpu_instructions.h @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: fpu_instructions.h,v 1.29 2006-06-01 08:33:52 c2woody Exp $ */ +/* $Id: fpu_instructions.h,v 1.30 2006-10-11 08:01:11 qbix79 Exp $ */ static void FPU_FINIT(void) { @@ -592,4 +592,5 @@ static INLINE void FPU_FDIVR_EA(Bitu op1){ } static INLINE void FPU_FCOM_EA(Bitu op1){ FPU_FCOM(op1,8); -} \ No newline at end of file +} +