summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index 2991469..d847c99 100644
--- a/session.c
+++ b/session.c
@@ -13,11 +13,11 @@ startSession (FILE *dictionary)
char reload = '\0';
printf ("WELCOME\n"
+ "Type something to get an answer\n"
"Type GOODBYE to exit\n\n");
while (strcmp (question, "GOODBYE\n") != 0)
{
- printf ("Enter a question: ");
fgets (question, MAX_LINE, stdin);
if (strcmp (question, "GOODBYE\n") != 0)