Skip to content
Snippets Groups Projects
Commit f683b742 authored by kalpak's avatar kalpak
Browse files

b=13610

Fix typo in last commit.
parent 33515a53
No related branches found
No related tags found
No related merge requests found
...@@ -981,9 +981,9 @@ static int ext3_ext_new_extent_cb(struct ext3_ext_base *base, ...@@ -981,9 +981,9 @@ static int ext3_ext_new_extent_cb(struct ext3_ext_base *base,
#else #else
static int ext3_ext_new_extent_cb(struct ext3_ext_base *base, static int ext3_ext_new_extent_cb(struct ext3_ext_base *base,
struct ext3_ext_path *path, struct ext3_ext_path *path,
struct ext3_ext_cache *cex, struct ext3_ext_cache *cex
#ifdef HAVE_EXT_PREPARE_CB_EXTENT #ifdef HAVE_EXT_PREPARE_CB_EXTENT
struct ext3_extent *ex , struct ext3_extent *ex
#endif #endif
) )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment