projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0486727
)
Add newline at end of file.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Jul 2010 10:38:51 +0000
(10:38 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Jul 2010 10:38:51 +0000
(10:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3996
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/io/kblock.c
patch
|
blob
|
history
diff --git
a/bertos/io/kblock.c
b/bertos/io/kblock.c
index 487cfcd1ab0d5c688a8f21d4079c12c716a0f8ff..8f1913f37ff2a84889682db2a6312b7f94c8342c 100644
(file)
--- a/
bertos/io/kblock.c
+++ b/
bertos/io/kblock.c
@@
-216,4
+216,5
@@
size_t kblock_swReadDirect(struct KBlock *b, block_idx_t index, void *buf, size_
return 0;
return kblock_swReadBuf(b, buf, offset, size);
-}
\ No newline at end of file
+}
+