From 97bb2336634a252b6d0b249ae359514a12379bd0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 16 Feb 2007 03:49:34 +0000 Subject: Revised previously committed guard to comply to ScummVM coding standard svn-id: r25620 --- engines/lure/strings.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/lure/strings.cpp') diff --git a/engines/lure/strings.cpp b/engines/lure/strings.cpp index 21b61c386e..39f1377206 100644 --- a/engines/lure/strings.cpp +++ b/engines/lure/strings.cpp @@ -277,8 +277,7 @@ void StringData::getString(uint16 stringId, char *dest, const char *hotspotName, // Copy over hotspot or action ch = readCharacter(); const char *p = (ch == '1') ? hotspotName : characterName; - if (p != NULL) - { + if (p != NULL) { strcpy(destPos, p); destPos += strlen(p); } -- cgit v1.2.3