From: Tomas Racek Date: Mon, 22 Apr 2013 03:21:32 +0000 (-0400) Subject: e2image: remove useless exit call X-Git-Tag: v1.42.8~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55e68a660bb9c73b88eb64bd94c81498678906a;p=thirdparty%2Fe2fsprogs.git e2image: remove useless exit call Exit is called right after the install_image anyway so this one can be removed. Signed-off-by: Tomas Racek Signed-off-by: Theodore Ts'o --- diff --git a/misc/e2image.c b/misc/e2image.c index b1badda05..6988c4d26 100644 --- a/misc/e2image.c +++ b/misc/e2image.c @@ -1230,7 +1230,6 @@ static void install_image(char *device, char *image_fn, int type) } ext2fs_close (fs); - exit (0); } static struct ext2_qcow2_hdr *check_qcow2_image(int *fd, char *name)