Index: filler-1.02/src/friendless/games/filler/TournamentPointsTableRow.java
===================================================================
--- filler-1.02.orig/src/friendless/games/filler/TournamentPointsTableRow.java
+++ filler-1.02/src/friendless/games/filler/TournamentPointsTableRow.java
@@ -78,7 +78,7 @@ public class TournamentPointsTableRow im
     public int compareTo(TournamentPointsTableRow other) {
         if (this.getWon() != other.getWon()) {
             // wins aren't equal
-            return (other.getWon() - this.getWon());; // use wins to seperate teams
+            return (other.getWon() - this.getWon()); // use wins to seperate teams
         } else {
             return (other.getDiff() - this.getDiff()); //else use goal difference to seperate teams
         }
