]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ff-unicode.h
Trans: Document which modules have to be resourcified
[libucw.git] / ucw / ff-unicode.h
index c3d2300c3dd93b04d36a28a09675810f0b0b79a7..44593440e229e2a54db8961339c6b068590073df 100644 (file)
@@ -141,7 +141,7 @@ static inline void bput_utf16_be(struct fastbuf *b, uns u)
  * Write an utf16 character to fastbuf.
  * Little endian version.
  **/
  * 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);
 {
   if (bavailw(b) >= 4)
     b->bptr = utf16_le_put(b->bptr, u);