diff options
Diffstat (limited to 'include/jffs2')
-rw-r--r-- | include/jffs2/jffs2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jffs2/jffs2.h b/include/jffs2/jffs2.h index 0197dfd..d142cd1 100644 --- a/include/jffs2/jffs2.h +++ b/include/jffs2/jffs2.h @@ -72,7 +72,7 @@ #else #define JFFS2_NUM_COMPR 7 #endif - + /* Compatibility flags. */ #define JFFS2_COMPAT_MASK 0xc000 /* What do to if an unknown nodetype is found */ #define JFFS2_NODE_ACCURATE 0x2000 |