diff options
Diffstat (limited to 'textproc/discount/files/patch-clang16')
-rw-r--r-- | textproc/discount/files/patch-clang16 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/discount/files/patch-clang16 b/textproc/discount/files/patch-clang16 deleted file mode 100644 index c16d5f6fae9f..000000000000 --- a/textproc/discount/files/patch-clang16 +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig 2022-03-30 19:34:50 UTC -+++ main.c -@@ -308,7 +308,7 @@ main(int argc, char **argv) - if ( squash ) - mkd_e_anchor(doc, (mkd_callback_t) anchor_format); - if ( use_e_codefmt ) -- mkd_e_code_format(doc, external_codefmt); -+ mkd_e_code_format(doc, (mkd_callback_t) external_codefmt); - - if ( use_e_codefmt || squash ) - mkd_e_free(doc, free_it); |