From b75890e0fd7abb995d083b795c2cd45703b7cb22 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 3 Apr 2017 11:09:48 +0200 Subject: Removed abort outside of conditional (typo). --- src/buffer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index d6c9c9b..a237b11 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -48,7 +48,6 @@ void cmark_strbuf_grow(cmark_strbuf *buf, bufsize_t target_size) { (INT32_MAX / 2)); abort(); } - abort(); /* Oversize the buffer by 50% to guarantee amortized linear time * complexity on append operations. */ -- cgit v1.2.3