From 63fe89e9eb8ef9077bfe3cd416c86820715eb33b Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Sat, 5 Sep 2009 17:24:41 +0400 Subject: [PATCH 1/1] Remove extra semicolon in my definition of setpriority() --- src/tincd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tincd.c b/src/tincd.c index bec16cd3..da3c33fa 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -485,7 +485,7 @@ static bool drop_privs() { } #ifdef HAVE_MINGW -# define setpriority(level) SetPriorityClass(GetCurrentProcess(), level); +# define setpriority(level) SetPriorityClass(GetCurrentProcess(), level) #else # define NORMAL_PRIORITY_CLASS 0 # define BELOW_NORMAL_PRIORITY_CLASS 10 -- 2.20.1