summaryrefslogtreecommitdiff
path: root/src/company_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r--src/company_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp
index 4937274ce..7246a0172 100644
--- a/src/company_cmd.cpp
+++ b/src/company_cmd.cpp
@@ -437,7 +437,7 @@ static Colours GenerateCompanyColour()
Swap(colours[j - 1], colours[j]);
}
}
- };
+ }
/* Move the colours that look similar to each company's colour to the side */
Company *c;