Remove extra semicolon in my definition of setpriority()

This commit is contained in:
Michael Tokarev 2009-09-05 17:24:41 +04:00 committed by Guus Sliepen
parent 5a7fc58012
commit 63fe89e9eb

View file

@ -485,7 +485,7 @@ static bool drop_privs() {
} }
#ifdef HAVE_MINGW #ifdef HAVE_MINGW
# define setpriority(level) SetPriorityClass(GetCurrentProcess(), level); # define setpriority(level) SetPriorityClass(GetCurrentProcess(), level)
#else #else
# define NORMAL_PRIORITY_CLASS 0 # define NORMAL_PRIORITY_CLASS 0
# define BELOW_NORMAL_PRIORITY_CLASS 10 # define BELOW_NORMAL_PRIORITY_CLASS 10