Commit bee9cc8a authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

files: remove extra newline from a message

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 402b0e0e
...@@ -202,7 +202,7 @@ again: ...@@ -202,7 +202,7 @@ again:
} }
} else { } else {
if ((ret = mkreg_ghost(path, gfe->mode, gf, img)) < 0) if ((ret = mkreg_ghost(path, gfe->mode, gf, img)) < 0)
msg = "Can't create ghost regfile\n"; msg = "Can't create ghost regfile";
} }
if (ret < 0) { if (ret < 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment