From 4c5efaecf413c0a8d664de6f35013814a82798ab Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 16 Jan 2009 02:43:41 +0000 Subject: Code formatting fixes, automatically performed by astyle svn-id: r35870 --- engines/cruise/various.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/various.cpp') diff --git a/engines/cruise/various.cpp b/engines/cruise/various.cpp index 4b704dbf67..60f04be485 100644 --- a/engines/cruise/various.cpp +++ b/engines/cruise/various.cpp @@ -49,7 +49,7 @@ char *getText(int textIndex, int overlayIndex) { } return overlayTable[overlayIndex].ovlData->stringTable[textIndex]. - string; + string; } } // End of namespace Cruise -- cgit v1.2.3