diff --git a/laborator/content/toolchain-decompilare/2-warm-up-gotos/b-ignore_the_comments/ignore_the_comments.c b/laborator/content/toolchain-decompilare/2-warm-up-gotos/b-ignore_the_comments/ignore_the_comments.c index 85abdb2b..b1d7fafe 100644 --- a/laborator/content/toolchain-decompilare/2-warm-up-gotos/b-ignore_the_comments/ignore_the_comments.c +++ b/laborator/content/toolchain-decompilare/2-warm-up-gotos/b-ignore_the_comments/ignore_the_comments.c @@ -39,8 +39,8 @@ int main(void) /* drunk, fix later */ while (ago < 0x2a) { - printf("http://stackoverflow.com/questions/184618/what-is-the-best - -comment-in-source-code-you-have-ever-encountered\n"); + printf("http://stackoverflow.com/questions/184618/what-is-the-best-" + "comment-in-source-code-you-have-ever-encountered\n"); ago++; continue; /* TODO: use goto for Pete's sake! */ printf("Fast inverse square root: %f\n", Q_rsqrt(x)); /* i'm sorry */