summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-10-24 14:34:21 +0100
committerRafael Marçalo <raroma09@gmail.com>2022-10-24 14:34:21 +0100
commita04983a91a70c909c83a7373274d1000ea5b7819 (patch)
treef9cfd204545a1f5c53019948854461bed914cd2f /session.c
parent7100a588bedab646cbb9e2ca07ec2350128d4018 (diff)
Remake to tongues
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)