From eee70eae0246bdc51528d95e8f1f633fa2084013 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 17 Jul 2020 18:44:51 +0800 Subject: [PATCH] Update wstream.h --- components/ota/common/diff/wstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ota/common/diff/wstream.h b/components/ota/common/diff/wstream.h index bb9736de..4d7c6dac 100644 --- a/components/ota/common/diff/wstream.h +++ b/components/ota/common/diff/wstream.h @@ -54,5 +54,5 @@ int wstream_length_get(wstream_t *wstream); uint8_t *wstream_buf_get(wstream_t *wstream); -#endif /* _WSTREAM_H_ */ +#endif /*_WSTREAM_H_ */