summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_config.cpp')
-rw-r--r--src/newgrf_config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index 6b7b8c377..18f47b64a 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -735,8 +735,8 @@ void DoScanNewGRFFiles(void *callback)
DEBUG(grf, 1, "Scan complete, found %d files", num);
if (num != 0 && _all_grfs != NULL) {
/* Sort the linked list using quicksort.
- * For that we first have to make an array, then sort and
- * then remake the linked list. */
+ * For that we first have to make an array, then sort and
+ * then remake the linked list. */
GRFConfig **to_sort = MallocT<GRFConfig*>(num);
uint i = 0;