Removed trailing spaces.
svn-id: r30664
This commit is contained in:
parent
278857698d
commit
66e9d4f5e8
530 changed files with 6448 additions and 6448 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue