From f034692ce8db575104f0e15ab39444ac51d8aebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Thu, 28 Jun 2007 16:02:27 +0000 Subject: [PATCH] typo Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2901 --- src/hardware/vga_s3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hardware/vga_s3.cpp b/src/hardware/vga_s3.cpp index ec418544..a48ab1c4 100644 --- a/src/hardware/vga_s3.cpp +++ b/src/hardware/vga_s3.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: vga_s3.cpp,v 1.7 2007-05-28 16:29:11 c2woody Exp $ */ +/* $Id: vga_s3.cpp,v 1.8 2007-06-28 16:02:27 c2woody Exp $ */ #include "dosbox.h" #include "inout.h" @@ -303,7 +303,7 @@ void SVGA_S3_WriteCRTC(Bitu reg,Bitu val,Bitu iolen) { VGA_SetupHandlers(); break; default: - LOG(LOG_VGAMISC,LOG_NORMAL)("VGA:SEQ:Write to illegal index %2X", reg ); + LOG(LOG_VGAMISC,LOG_NORMAL)("VGA:S3:CRTC:Write to illegal index %2X", reg ); break; } }