clplaner.c
changeset 78 e87e0fe4a7db
parent 77 49e0babccb23
--- a/clplaner.c
+++ b/clplaner.c
@@ -107,6 +107,12 @@
     int i, j, k;
 
     /*
+     * Who wins the Title?
+     */
+    if (teams == 1)
+        return;
+
+    /*
      * swap the index MAXLOOP times...
      */
     for (i = 0; i < MAXLOOP; i++) {