X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=92500e4e5b320c531cac13ccfade93ec2fbd0c65;hb=3dcf8449e56fc6a3e792c8694bd390bd2ddd85d3;hp=d25e218fdf9a70b153b16cf836e8758037683105;hpb=bb2b8e0fcad10cf896acd1bfd42267c40f4f21ea;p=open-adventure.git diff --git a/cheat.c b/cheat.c index d25e218..92500e4 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 */ +