Skip to content

Commit db51a39

Browse files
committed
Removed stray newline in LFS_ERROR for version
1 parent 2ab150c commit db51a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ int lfs_mount(lfs_t *lfs, const struct lfs_config *cfg) {
20272027
}
20282028

20292029
if (superblock.d.version > (0x00010001 | 0x0000ffff)) {
2030-
LFS_ERROR("Invalid version %d.%d\n",
2030+
LFS_ERROR("Invalid version %d.%d",
20312031
0xffff & (superblock.d.version >> 16),
20322032
0xffff & (superblock.d.version >> 0));
20332033
return LFS_ERR_INVAL;

0 commit comments

Comments
 (0)