From 771dcf3b7b15f58e1d6fb2795e7df3c00ebf2809 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 12 Oct 2014 18:41:53 +0000 Subject: (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments --- src/newgrf_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newgrf_config.cpp') 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(num); uint i = 0; -- cgit v1.2.3-54-g00ecf