X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=misc.c;h=c219cfb059ec4b1f38570e208f1c7e498fd7fe45;hb=603f548a215a0118dc3270d094671199eb28beab;hp=b4869d8568d4f2ac5b46b4b25caac491eccde1af;hpb=40ff648431dc1f2cb1e330d1f9a665c5f0a7cb68;p=open-adventure.git 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