From 3b00f26ad80c3ee5b691f083fd086847b131f261 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 5 Aug 2010 08:43:30 +0000 Subject: [PATCH] Fix doxygen warning. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4147 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/io/kfile_block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/io/kfile_block.h b/bertos/io/kfile_block.h index 8a1b36bb..40aed676 100644 --- a/bertos/io/kfile_block.h +++ b/bertos/io/kfile_block.h @@ -61,7 +61,7 @@ typedef struct KFileBlock * random write access. * * \param fb KFileBlock context. - * \param b block device to be accessed with a KFile interface. + * \param blk block device to be accessed with a KFile interface. */ void kfileblock_init(KFileBlock *fb, KBlock *blk); -- 2.25.1