X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fbase224.h;h=beb17486ced0da5945532d41f2576b421d09824d;hb=d84b9fd101d2bf3a72b9dc1d603c9b3960e8cb17;hp=f1941919e6091be9c1fdcfce797b8ad30d43c17a;hpb=4a65d555b1d57bc037b7fef9d04a611c43a44d86;p=libucw.git diff --git a/ucw/base224.h b/ucw/base224.h index f1941919..beb17486 100644 --- a/ucw/base224.h +++ b/ucw/base224.h @@ -21,7 +21,7 @@ uns base224_encode(byte *dest, const byte *src, uns len); uns base224_decode(byte *dest, const byte *src, uns len); /** - * Use this macro to calculate base224_encode() output buffer size. + * Use this macro to calculate @base224_encode() output buffer size. * It can happen 4 more bytes would be needed, this macro takes care * of that. */