Add samsung specific changes
This commit is contained in:
@@ -82,7 +82,7 @@ int string_stream_add(struct string_stream *stream, const char *fmt, ...)
|
||||
return result;
|
||||
}
|
||||
|
||||
static void string_stream_clear(struct string_stream *stream)
|
||||
void string_stream_clear(struct string_stream *stream)
|
||||
{
|
||||
struct string_stream_fragment *frag_container, *frag_container_safe;
|
||||
|
||||
|
Reference in New Issue
Block a user