From 511e92f39fe9bdca51bea3ee0add95a6eca880f5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Oct 2014 19:09:59 -0700 Subject: Use unsigned char, not char, throughout. Closes #43. --- src/stmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stmd.h') diff --git a/src/stmd.h b/src/stmd.h index c6473a6..552e60e 100644 --- a/src/stmd.h +++ b/src/stmd.h @@ -56,7 +56,7 @@ struct ListData { struct FencedCodeData { int fence_length; int fence_offset; - char fence_char; + unsigned char fence_char; strbuf info; }; -- cgit v1.2.3