From 221953344175d81396675f96c3f51e3d52491cbb Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 15 Jun 2009 23:10:10 +0000 Subject: Remove some now superfluous comments svn-id: r41571 --- engines/gob/parse.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engines/gob/parse.cpp b/engines/gob/parse.cpp index 50edae1c8a..420fdebd29 100644 --- a/engines/gob/parse.cpp +++ b/engines/gob/parse.cpp @@ -239,10 +239,10 @@ void Parse::printExpr_internal(char stopToken) { } break; - case OP_ARRAY_INT8: // uint8 array access - case OP_ARRAY_INT32: // uint32 array access - case OP_ARRAY_INT16: // uint16 array access - case OP_ARRAY_STR: // string array access + case OP_ARRAY_INT8: // int8 array access + case OP_ARRAY_INT32: // int32 array access + case OP_ARRAY_INT16: // int16 array access + case OP_ARRAY_STR: // string array access debugN(5, "\n"); if (operation == OP_ARRAY_STR) debugN(5, "(&"); -- cgit v1.2.3