We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba841b8 commit e108240Copy full SHA for e108240
exif.h
@@ -42,8 +42,8 @@ namespace easyexif {
42
43
// Copyright information.
44
constexpr char EASYEXIF_COPYRIGHT[] =
45
- "Copyright (c) 2010-2015 Mayank Lahiri\n"
46
- "Modified work Copyright (c) 2018-2023 Andy Maloney";
+ "Copyright (c) 2010-2015 Mayank Lahiri\n"
+ "Modified work Copyright (c) 2018-2023 Andy Maloney";
47
48
enum ParseError : int {
49
None = 0, // Parse was successful
0 commit comments