X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=7d9474a22b7ffed6d2c64a6f08c974fda1b8fa7f;hb=4069bf210b68d0aaa44ca30eff264d7eb93d8d70;hp=d25e218fdf9a70b153b16cf836e8758037683105;hpb=bb2b8e0fcad10cf896acd1bfd42267c40f4f21ea;p=open-adventure.git diff --git a/cheat.c b/cheat.c index d25e218..7d9474a 100644 --- a/cheat.c +++ b/cheat.c @@ -98,13 +98,18 @@ int main(int argc, char *argv[]) return EXIT_SUCCESS; } +// LCOV_EXCL_START /* * Ugh...unused, but required for linkage. - * See thje actually useful version of this in main.c + * See the actually useful version of this in main.c */ char *myreadline(const char *prompt) { return readline(prompt); } +// LCOV_EXCL_STOP + +/* end */ +