projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da33e2c
)
Reformat.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Sep 2008 17:00:40 +0000
(17:00 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Sep 2008 17:00:40 +0000
(17:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1818
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/fs/battfs.c
patch
|
blob
|
history
diff --git
a/bertos/fs/battfs.c
b/bertos/fs/battfs.c
index ae2ec123c37fbecea443f98ee70a0cc05987718a..014e421b112875d2644ec03c9c650eea299a3f41 100644
(file)
--- a/
bertos/fs/battfs.c
+++ b/
bertos/fs/battfs.c
@@
-374,7
+374,7
@@
static bool battfs_loadPage(struct BattFsSuper *disk, pgcnt_t new_page)
return false;
if (!disk->load(disk, new_page))
-
return false;
+ return false;
disk->curr_page = new_page;
return true;
}