From 400fca1c0b7d1c11aaa4313143c3471cb25af378 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sat, 27 Aug 2016 15:17:23 -0400 Subject: [PATCH] Remove weird character from ctf-btr.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ctf-reader-proto/ctf-btr/ctf-btr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctf-reader-proto/ctf-btr/ctf-btr.h b/ctf-reader-proto/ctf-btr/ctf-btr.h index 18244b08d..754841552 100644 --- a/ctf-reader-proto/ctf-btr/ctf-btr.h +++ b/ctf-reader-proto/ctf-btr/ctf-btr.h @@ -315,7 +315,7 @@ void bt_ctf_btr_destroy(struct bt_ctf_btr *btr); * binary packet containing \p type (bits) * @param sz Size of buffer in bytes (from \p buf) * @param status Returned status (see description above) - * ­@returns Number of consumed bits + * @returns Number of consumed bits */ size_t bt_ctf_btr_start(struct bt_ctf_btr *btr, struct bt_ctf_field_type *type, const uint8_t *buf, @@ -343,7 +343,7 @@ size_t bt_ctf_btr_start(struct bt_ctf_btr *btr, * @param buf Buffer * @param sz Size of buffer in bytes (from \p offset) * @param status Returned status (see description above) - * ­@returns Number of consumed bits + * @returns Number of consumed bits */ size_t bt_ctf_btr_continue(struct bt_ctf_btr *btr, const uint8_t *buf, size_t sz, -- 2.34.1