note: fix notesnap compilation failure

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
yinshengkai 2023-09-28 13:44:52 +08:00 committed by Petro Karashchenko
parent 21ba49408c
commit 605c4e6c1f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}