[CRIU] [PATCH 2/2] files-reg: Drop redundant double semicolon
Cyrill Gorcunov
gorcunov at openvz.org
Thu Aug 2 03:25:00 EDT 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
files-reg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/files-reg.c b/files-reg.c
index e9549f1..33e817c 100644
--- a/files-reg.c
+++ b/files-reg.c
@@ -305,7 +305,7 @@ static int check_path_remap(char *rpath, const struct stat *ost, int lfd, u32 id
int dump_one_reg_file(int lfd, u32 id, const struct fd_parms *p)
{
char fd_str[128];
- char rpath[PATH_MAX + 1] = ".", *path = rpath + 1;;
+ char rpath[PATH_MAX + 1] = ".", *path = rpath + 1;
int len, rfd;
RegFileEntry rfe = REG_FILE_ENTRY__INIT;
--
1.7.7.6
More information about the CRIU
mailing list