X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkfile_block.h;h=130add3abf3377bccba143f43546a07033016664;hb=781ebb8138d201ec295741a15094315adda4d2fa;hp=40aed6762472108cf206b74b78080a64d53daa44;hpb=3b00f26ad80c3ee5b691f083fd086847b131f261;p=bertos.git diff --git a/bertos/io/kfile_block.h b/bertos/io/kfile_block.h index 40aed676..130add3a 100644 --- a/bertos/io/kfile_block.h +++ b/bertos/io/kfile_block.h @@ -49,7 +49,7 @@ */ typedef struct KFileBlock { - KFile fd; ///< KFile context + KFile fd; ///< KFile context KBlock *blk; ///< KBlock device } KFileBlock;