cmark

My personal build of CMark ✏️

Commit
b75890e0fd7abb995d083b795c2cd45703b7cb22
Parent
3aaf80487cdd34cf374eb02e52e5836712b4e51b
Author
John MacFarlane <jgm@berkeley.edu>
Date

Removed abort outside of conditional (typo).

Diffstat

1 file changed, 0 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified src/buffer.c 1 0 1
diff --git 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. */