From 4d171141265c1e49e0042d4f712a681c83184bad Mon Sep 17 00:00:00 2001 From: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com> Date: Tue, 22 Jun 2021 05:35:31 +0200 Subject: [PATCH] Remove errant comma. Should fix #6289 --- rtengine/camconst.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 4b56a2643..4aae51a29 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1548,7 +1548,7 @@ Camera constants: { // Quality C "make_model": "LEICA M8", - "dcraw_matrix": [ 7675, -2196, -305, -5860, 14119, 1855, -2425, 4006, 6578 ], // DNG + "dcraw_matrix": [ 7675, -2196, -305, -5860, 14119, 1855, -2425, 4006, 6578 ] // DNG // Do not set white level, probably special handling by dcraw (see #6237) },