From 762d2dc03a7ae28dc49ad4e13720c4071cb6bae5 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 15 Aug 2009 14:13:48 +0000 Subject: Removed unnecessary semi-colons. svn-id: r43409 --- engines/gob/video_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/video_v6.cpp') diff --git a/engines/gob/video_v6.cpp b/engines/gob/video_v6.cpp index 74447f1a84..c51b027bad 100644 --- a/engines/gob/video_v6.cpp +++ b/engines/gob/video_v6.cpp @@ -39,7 +39,7 @@ Video_v6::Video_v6(GobEngine *vm) : Video_v2(vm) { } void Video_v6::setPrePalette() { - byte *tpal = (byte *) _vm->_draw->_vgaPalette;; + byte *tpal = (byte *) _vm->_draw->_vgaPalette; const byte *fpal = (const byte *) _ditherPalette; for (int i = 0; i < 256; i++) { -- cgit v1.2.3