diff --git a/markdown.c b/markdown.c index 826905a7..eb33ec57 100644 --- a/markdown.c +++ b/markdown.c @@ -215,7 +215,7 @@ checkline(Line *l) case '~': tildes = 1; break; case '`': backticks = 1; break; #endif - default: fprintf(stderr, "failure: (%c)\n", c); return; + default: return; } }