aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/dropdown2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/dropdown2.cpp')
-rw-r--r--engines/avalanche/dropdown2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/avalanche/dropdown2.cpp b/engines/avalanche/dropdown2.cpp
index 7424d82974..10cefa13b2 100644
--- a/engines/avalanche/dropdown2.cpp
+++ b/engines/avalanche/dropdown2.cpp
@@ -349,7 +349,8 @@ void Dropdown::drawMenuText(int16 x, int16 y, char trigger, Common::String text,
return;
else {
byte i;
- for (i = 0; text[i] != trigger; i++); // Search for the character in the string.
+ for (i = 0; text[i] != trigger; i++)
+ ; // Search for the character in the string.
byte pixel = ander;
for (byte bit = 0; bit < 8; bit++) {