From 0a40bb4d8855f0d4dacc6cd6a19b9cbfa704f947 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 26 Aug 2009 20:57:43 +0000 Subject: [PATCH] Missed another comma.... svn-id: r43761 --- engines/sci/engine/kernel32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/engine/kernel32.cpp b/engines/sci/engine/kernel32.cpp index d24ac3b7139..9331f9c8f0b 100644 --- a/engines/sci/engine/kernel32.cpp +++ b/engines/sci/engine/kernel32.cpp @@ -166,7 +166,7 @@ static const char *sci2_default_knames[] = { /*0x85*/ "Dummy", /*0x86*/ "Dummy", /*0x87*/ "ObjectIntersect", - /*0x88*/ "Dummy" + /*0x88*/ "Dummy", /*0x89*/ "TextWidth", /*0x8a*/ "PointSize" };