diff options
author | Magnus Kessler <Magnus.Kessler@gmx.net> | 2007-05-01 15:20:08 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-05-01 15:20:08 +0200 |
commit | a48386ce6b5f8fd2d9dc11a966c9bf5da59f3831 (patch) | |
tree | e842646f7797fc74070b1bd9ead7861b5b6b752d /src/xcms/HVCGcC.c | |
parent | 605d357074d556a05a3fba2e85cbea36a3204248 (diff) |
Switched function definitions from K&R to ANSI style.
Diffstat (limited to 'src/xcms/HVCGcC.c')
-rw-r--r-- | src/xcms/HVCGcC.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xcms/HVCGcC.c b/src/xcms/HVCGcC.c index 10e0d48..35981d7 100644 --- a/src/xcms/HVCGcC.c +++ b/src/xcms/HVCGcC.c @@ -67,12 +67,12 @@ */ /* ARGSUSED */ Status -XcmsTekHVCClipC (ccc, pColors_in_out, nColors, i, pCompressed) - XcmsCCC ccc; - XcmsColor *pColors_in_out; - unsigned int nColors; - unsigned int i; - Bool *pCompressed; +XcmsTekHVCClipC ( + XcmsCCC ccc, + XcmsColor *pColors_in_out, + unsigned int nColors, + unsigned int i, + Bool *pCompressed) /* * DESCRIPTION * Reduce the Chroma for a specific hue and value to |