From 3e867812df5fa4cac2f136077171595002713325 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 13 Nov 2008 16:11:26 +0100 Subject: [PATCH] Fixed a typo in name of one unused inline function. --- ucw/ff-unicode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/ff-unicode.h b/ucw/ff-unicode.h index c3d2300c..44593440 100644 --- a/ucw/ff-unicode.h +++ b/ucw/ff-unicode.h @@ -141,7 +141,7 @@ static inline void bput_utf16_be(struct fastbuf *b, uns u) * Write an utf16 character to fastbuf. * Little endian version. **/ -static inline void bput_utf16_lbe(struct fastbuf *b, uns u) +static inline void bput_utf16_le(struct fastbuf *b, uns u) { if (bavailw(b) >= 4) b->bptr = utf16_le_put(b->bptr, u); -- 2.39.2