summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index ef2fe50bb..704b84e4e 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -787,7 +787,7 @@ private:
}
/** Sort the company league by performance history */
- static int CDECL PerformanceSorter(const Company* const *c1, const Company* const *c2)
+ static int CDECL PerformanceSorter(const Company * const *c1, const Company * const *c2)
{
return (*c2)->old_economy[1].performance_history - (*c1)->old_economy[1].performance_history;
}