From b4f84e24ff5a33b22fcdeeec2f7180248e535e52 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 15:08:58 -0400 Subject: Cleaned up code, fixed some bugs --- chatbot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chatbot.c') diff --git a/chatbot.c b/chatbot.c index 7ef3b69..f9549e6 100644 --- a/chatbot.c +++ b/chatbot.c @@ -18,7 +18,7 @@ void do_chatbot(void) if(ret==ERR) { print_string("\n\n"); - print_string("Sorry?"); + print_string("SORRY?"); print_string("\n\n"); } else -- cgit v1.1