From f4d37838673f022c8c05c4beb5057bdb683a76ca Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 28 May 2017 10:37:06 +0100 Subject: misc: remove stray semicolons Signed-off-by: Sami Kerola --- sys-utils/unshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/unshare.c') diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c index 6c5c2e2f9..80fa0d356 100644 --- a/sys-utils/unshare.c +++ b/sys-utils/unshare.c @@ -308,7 +308,7 @@ int main(int argc, char *argv[]) int status; unsigned long propagation = UNSHARE_PROPAGATION_DEFAULT; uid_t real_euid = geteuid(); - gid_t real_egid = getegid();; + gid_t real_egid = getegid(); setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); -- cgit v1.2.3-55-g7522