From 22dc05faf2219f6e3803f9cbff92249823bb11eb Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Feb 2006 06:32:03 +0000 Subject: (svn r3510) Fiddle with whitespace and parentheses --- strings.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'strings.c') diff --git a/strings.c b/strings.c index 4db8d29ac..581829389 100644 --- a/strings.c +++ b/strings.c @@ -983,10 +983,11 @@ StringID RemapOldStringID(StringID s) case 0xA02F: return STR_SV_AIRCRAFT_NAME; default: - if (IS_INT_INSIDE(s, 0x300F, 0x3030)) + if (IS_INT_INSIDE(s, 0x300F, 0x3030)) { return s - 0x300F + STR_SV_STNAME; - else + } else { return s; + } } } -- cgit v1.2.3-54-g00ecf