--- uae/src/md-arm/m68k.h 2018/04/24 16:40:30 1.1.1.1 +++ uae/src/md-arm/m68k.h 2018/04/24 17:15:14 1.1.1.2 @@ -1,6 +1,6 @@ - /* + /* * UAE - The Un*x Amiga Emulator - * + * * MC68000 emulation - machine dependent bits * * Copyright 1996 Bernd Schmidt @@ -20,7 +20,7 @@ struct flag_struct { unsigned int c; unsigned int z; unsigned int n; - unsigned int v; + unsigned int v; unsigned int x; }; #endif