Remove errant comma. Should fix #6289

This commit is contained in:
Thanatomanic 2021-06-22 05:35:31 +02:00 committed by GitHub
parent 491b57bee7
commit 4d17114126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
},