summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2020-07-01 16:26:33 -0400
committerHubert Figuière <hub@figuiere.net>2020-07-01 16:26:33 -0400
commit89f71c6fd0b9ead2d5bfeab24a774e69c08ec094 (patch)
tree26a6d8594d8956177962f3455005bdf3ee023c54 /tools
parent5221249b3509d095cded143ebfb172f822c6353f (diff)
tools, testsuite: missing SR2 in the switch statement
Diffstat (limited to 'tools')
-rw-r--r--tools/ordiag.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ordiag.cpp b/tools/ordiag.cpp
index e8d829c..f97ee36 100644
--- a/tools/ordiag.cpp
+++ b/tools/ordiag.cpp
@@ -180,6 +180,9 @@ public:
case OR_RAWFILE_TYPE_ARW:
return "Sony ARW";
break;
+ case OR_RAWFILE_TYPE_SR2:
+ return "Sony SR2";
+ break;
case OR_RAWFILE_TYPE_DNG:
return "Adobe DNG";
break;