diff --git a/src/lib/commands/rea.c b/src/lib/commands/rea.c index df9a4f80..b70f6fd5 100644 --- a/src/lib/commands/rea.c +++ b/src/lib/commands/rea.c @@ -205,11 +205,12 @@ rea(void) } } } - if (teles <= 0) + if (teles <= 0) { if (player->cnum == num) pr("No %ss for you at the moment...\n", kind); else pr("No %ss for %s at the moment...\n", kind, cname(num)); + } (void)fclose(telfp); if (np->nat_flags & NF_INFORM) { pr_inform(player, "\n");