aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/selector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dc/selector.cpp')
-rw-r--r--backends/platform/dc/selector.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/dc/selector.cpp b/backends/platform/dc/selector.cpp
index 334061f328..4bca47afb2 100644
--- a/backends/platform/dc/selector.cpp
+++ b/backends/platform/dc/selector.cpp
@@ -226,10 +226,10 @@ static int findGames(Game *games, int max)
else
files.push_back(*entry);
}
-
+
GameList candidates;
detectGames(files, candidates);
-
+
for (GameList::const_iterator ge = candidates.begin();
ge != candidates.end(); ++ge)
if (curr_game < max) {
@@ -237,7 +237,7 @@ static int findGames(Game *games, int max)
strcpy(games[curr_game].dir, dirs[curr_dir-1].name);
if (uniqueGame(games[curr_game].filename_base,
games[curr_game].dir, games, curr_game)) {
-
+
strcpy(games[curr_game].text, ge->description().c_str());
#if 0
printf("Registered game <%s> in <%s> <%s> because of <%s> <*>\n",