mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-26 02:49:18 +01:00
Fix shadowed declaration warning in hoedown.
This commit is contained in:
parent
76a0124b88
commit
37fdc4938f
@ -79,7 +79,7 @@ autolink_delim(uint8_t *data, size_t link_end, size_t max_rewind, size_t size)
|
|||||||
if (copen != 0) {
|
if (copen != 0) {
|
||||||
size_t closing = 0;
|
size_t closing = 0;
|
||||||
size_t opening = 0;
|
size_t opening = 0;
|
||||||
size_t i = 0;
|
i = 0;
|
||||||
|
|
||||||
/* Try to close the final punctuation sign in this same line;
|
/* Try to close the final punctuation sign in this same line;
|
||||||
* if we managed to close it outside of the URL, that means that it's
|
* if we managed to close it outside of the URL, that means that it's
|
||||||
|
Loading…
Reference in New Issue
Block a user