diff options
author | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
commit | 264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch) | |
tree | 70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/miscfuncs.cc | |
parent | ba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff) | |
download | cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2 cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip |
white space
Diffstat (limited to 'winsup/cygwin/miscfuncs.cc')
-rw-r--r-- | winsup/cygwin/miscfuncs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc index 720c0bb08..08b435277 100644 --- a/winsup/cygwin/miscfuncs.cc +++ b/winsup/cygwin/miscfuncs.cc @@ -383,7 +383,7 @@ winprio_to_nice (DWORD prio) /* Get a Win32 priority matching the incoming nice factor. The incoming nice is limited to the interval [-NZERO,NZERO-1]. */ -DWORD +DWORD nice_to_winprio (int &nice) { static const DWORD priority[] NO_COPY = |