From: Carl Worth <cworth@cworth.org>
Date: Thu, 26 Jun 2003 01:25:52 +0000 (+0000)
Subject: Removed a couple of typos
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=58071eef9ca32d7e543af45a9d0853e2de533803;p=rrsolve

Removed a couple of typos
---

diff --git a/src/rrsolve.c b/src/rrsolve.c
index af6d086..4e2efae 100644
--- a/src/rrsolve.c
+++ b/src/rrsolve.c
@@ -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);