aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/jpg/totruecolor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/jpg/totruecolor.c')
-rw-r--r--src/cmd/jpg/totruecolor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/jpg/totruecolor.c b/src/cmd/jpg/totruecolor.c
index 0da5d9a3..d30a6843 100644
--- a/src/cmd/jpg/totruecolor.c
+++ b/src/cmd/jpg/totruecolor.c
@@ -8,7 +8,7 @@ enum {
c1 = 2871, /* 1.402 * 2048 */
c2 = 705, /* 0.34414 * 2048 */
c3 = 1463, /* 0.71414 * 2048 */
- c4 = 3629, /* 1.772 * 2048 */
+ c4 = 3629 /* 1.772 * 2048 */
};
Rawimage*