diff --git a/sc2/src/uqm/uqmdebug.c b/sc2/src/uqm/uqmdebug.c index 10946b891..b9f8a91f1 100644 --- a/sc2/src/uqm/uqmdebug.c +++ b/sc2/src/uqm/uqmdebug.c @@ -1336,7 +1336,7 @@ planetTypeString (int typeIndex) { // "Gas Giant" snprintf(typeStr, sizeof typeStr, "%s", - GAME_STRING (SCAN_STRING_BASE + 4 + 51)); + GAME_STRING (SCAN_STRING_BASE + 4 + 51)); } else {