aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/update-game-score.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c
index 9fba51a33de..e335617df4d 100644
--- a/lib-src/update-game-score.c
+++ b/lib-src/update-game-score.c
@@ -346,7 +346,7 @@ read_scores (const char *filename, struct score_entry **scores, int *count)
346 return -1; 346 return -1;
347 while ((readval = read_score (f, &ret[scorecount])) == 0) 347 while ((readval = read_score (f, &ret[scorecount])) == 0)
348 { 348 {
349 /* We encoutered an error */ 349 /* We encountered an error. */
350 if (readval < 0) 350 if (readval < 0)
351 return -1; 351 return -1;
352 scorecount++; 352 scorecount++;