note: fix notesnap compilation failure
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
parent
21ba49408c
commit
605c4e6c1f
|
@ -420,5 +420,5 @@ void notesnap_dump(void)
|
|||
struct lib_syslograwstream_s stream;
|
||||
lib_syslograwstream_open(&stream);
|
||||
notesnap_dump_with_stream(&stream.common);
|
||||
lib_syslograwstream_close(stream);
|
||||
lib_syslograwstream_close(&stream);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue