X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkfile.h;h=9a750feb29a2dfe6135f8c1a4f13647de0b4db9c;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=56f7d57aa3e7e3ea895625e58be98750e10b71a8;hpb=4c8d2e18a125eff3a5d36c7ec6fac486c8be21d5;p=bertos.git diff --git a/bertos/io/kfile.h b/bertos/io/kfile.h index 56f7d57a..9a750feb 100644 --- a/bertos/io/kfile.h +++ b/bertos/io/kfile.h @@ -247,7 +247,7 @@ int kfile_gets_echo(struct KFile *fd, char *buf, int size, bool echo); /** * Copy \a size bytes from file \a src to \a dst. - * + * * \param src Source KFile. * \param dst Destionation KFile. * \param size number of bytes to copy.