X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=7d9474a22b7ffed6d2c64a6f08c974fda1b8fa7f;hb=6f7c5743c6352bbbf749a9a5dc32e1478e5a950d;hp=d25e218fdf9a70b153b16cf836e8758037683105;hpb=00cbf464b55d1569f05fbcf78f4f4fe25c74f127;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 */ +