]> git.cworth.org Git - rrsolve/commitdiff
Removed a couple of typos
authorCarl Worth <cworth@cworth.org>
Thu, 26 Jun 2003 01:25:52 +0000 (01:25 +0000)
committerCarl Worth <cworth@cworth.org>
Thu, 26 Jun 2003 01:25:52 +0000 (01:25 +0000)
src/rrsolve.c

index af6d086e36fe2fd23020762c733a1bba687472e8..4e2efae180a4e174d4fa128da84b93ce2d86f873 100644 (file)
@@ -90,7 +90,7 @@ char TOUGH[] = "\n"
 " ===                         ===             ===         ===     \n"
 "|... ... ... ... ... ... ... ... ... ... ... .yc|... ... ... ...|\n"
 "     ===                     === ===                             \n"
-"|...|.YS ... ... ... ... ...|... ...|... ... ... ... ... ... ...|\N"
+"|...|.YS ... ... ... ... ...|... ...|... ... ... ... ... ... ...|\n"
 "                                                 ===             \n"
 "|... ... ... ... ... ... ...|... ...|... ... ...|.ww ... ... ...|\n"
 "     ===             ===     === ===                             \n"
@@ -107,7 +107,7 @@ char TOUGH[] = "\n"
 "|... ...|.gt ... ... ... ... ... ... ... ... ... ...|.ro ... ...|\n"
 "         ===                                                     \n"
 "|... ... ... ... ... ...|... ... ... ... ...|... ... ... ... ...|\n"
-" === === === === === === === === === === === === === === === === "
+" === === === === === === === === === === === === === === === === ";
 /*
 Move #1 generated 11 new states.
 Move #2 generated 59 new states.
@@ -224,7 +224,6 @@ handle_events (rr_client_t *client)
                nanosleep (&move_delay, NULL);
            }
            rrs_solution_fini (&solution);
-           return;
            break;
        case RR_NOTICE_ABANDON:
            rr_client_abandon (client);