From eb229d9aefa622d3ae25fc7c92b9f66590216d8b Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 24 Nov 2014 18:55:03 -0200 Subject: Changes for supporting separate platform subdirectories. --- RichString.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RichString.c') diff --git a/RichString.c b/RichString.c index fb2f2578..51914b08 100644 --- a/RichString.c +++ b/RichString.c @@ -174,4 +174,4 @@ void RichString_appendn(RichString* this, int attrs, const char* data, int len) void RichString_write(RichString* this, int attrs, const char* data) { RichString_writeFrom(this, attrs, data, 0, strlen(data)); -} \ No newline at end of file +} -- cgit v1.2.3