mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
12 lines
338 B
Diff
12 lines
338 B
Diff
![]() |
--- a/libtextstyle/lib/iconv-ostream.c
|
||
|
+++ b/libtextstyle/lib/iconv-ostream.c
|
||
|
@@ -231,7 +231,7 @@ iconv_ostream__write_mem (iconv_ostream_t stream, const void *data, size_t len)
|
||
|
}
|
||
|
|
||
|
static void
|
||
|
-iconv_ostream__flush (iconv_ostream_t stream)
|
||
|
+iconv_ostream__flush (iconv_ostream_t stream, ostream_flush_scope_t scope)
|
||
|
{
|
||
|
abort ();
|
||
|
}
|