summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-15 14:21:59 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-15 14:21:59 +0100
commit647a861e1fd65f6ddb30fda353cd1b4bbb334dc1 (patch)
treeffeb687a8dc00bb613387809c618b5d9c7d769c4 /src
parentc7f48dfbf82e5233bc8cfc79c5ed057c41d7ba15 (diff)
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/colour_matrix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colour_matrix.cc b/src/colour_matrix.cc
index d2b88b7e..b633e384 100644
--- a/src/colour_matrix.cc
+++ b/src/colour_matrix.cc
@@ -38,5 +38,5 @@ double const libdcp::colour_matrix::srgb_to_xyz[3][3] = {
double const libdcp::colour_matrix::rec709_to_xyz[3][3] = {
{ 0.412390799265959, 0.357584339383878, 0.180480788401834 },
{ 0.21263900587151, 0.715168678767756, 0.0721923153607337 },
- { 0.0193308187155918 0.119194779794626 0.950532152249661 }
+ { 0.0193308187155918, 0.119194779794626, 0.950532152249661 }
};