X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;h=c219cfb059ec4b1f38570e208f1c7e498fd7fe45;hp=b4869d8568d4f2ac5b46b4b25caac491eccde1af;hb=725105b4a24d245765d0f1c2f57e4014c6c7534b;hpb=23aced5c7c0d877a5ffdbe6f6ac12b5115dac554 diff --git a/misc.c b/misc.c index b4869d8..c219cfb 100644 --- a/misc.c +++ b/misc.c @@ -402,7 +402,7 @@ bool yes(const char* question, const char* yes_response, const char* no_response for (;;) { speak(question); - char* reply = get_input(); + char* reply = get_input(); if (reply == NULL) { // LCOV_EXCL_START // Should be unreachable. Reply should never be NULL