diff options
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |