aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-single-colour.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-15 17:40:22 +0100
committerMattias Andrée <maandree@kth.se>2017-01-15 17:40:22 +0100
commit7bd1282fba79997816521e25485ab890a0a0126d (patch)
treeba018cf7463c015a1e9b6ad69751c8c56bd8b0a3 /src/blind-single-colour.c
parentUse macros to write the head (diff)
downloadblind-7bd1282fba79997816521e25485ab890a0a0126d.tar.gz
blind-7bd1282fba79997816521e25485ab890a0a0126d.tar.bz2
blind-7bd1282fba79997816521e25485ab890a0a0126d.tar.xz
Fix some minor errors
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-single-colour.c')
-rw-r--r--src/blind-single-colour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-single-colour.c b/src/blind-single-colour.c
index 254ea2a..4046f3e 100644
--- a/src/blind-single-colour.c
+++ b/src/blind-single-colour.c
@@ -49,7 +49,7 @@ main(int argc, char *argv[])
if (argc < 3) {
X = D65_XYY_X / D65_XYY_Y;
Z = 1 / D65_XYY_Y - 1 - X;
- Y = etolf_arg("the Y value", argv[1]);
+ Y = etolf_arg("the Y value", argv[0]);
} else {
X = etolf_arg("the X value", argv[0]);
Y = etolf_arg("the Y value", argv[1]);