diff --git a/src/fpu/fpu_instructions.h b/src/fpu/fpu_instructions.h index e0971d31..cc51a568 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.31 2007-01-08 19:45:39 qbix79 Exp $ */ +/* $Id: fpu_instructions.h,v 1.32 2009-04-25 06:59:54 qbix79 Exp $ */ static void FPU_FINIT(void) { @@ -321,7 +321,7 @@ static void FPU_FDIVR(Bitu st, Bitu other){ fpu.regs[st].d= fpu.regs[other].d/fpu.regs[st].d; // flags and such :) return; -}; +} static void FPU_FMUL(Bitu st, Bitu other){ fpu.regs[st].d*=fpu.regs[other].d; diff --git a/src/gui/sdl_mapper.cpp b/src/gui/sdl_mapper.cpp index 949487b1..896790db 100644 --- a/src/gui/sdl_mapper.cpp +++ b/src/gui/sdl_mapper.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: sdl_mapper.cpp,v 1.57 2009-02-11 22:16:05 c2woody Exp $ */ +/* $Id: sdl_mapper.cpp,v 1.58 2009-04-25 06:59:54 qbix79 Exp $ */ #include #include @@ -53,7 +53,7 @@ enum BB_Types { enum BC_Types { BC_Mod1,BC_Mod2,BC_Mod3, - BC_Hold, + BC_Hold }; #define BMOD_Mod1 0x0001