summaryrefslogtreecommitdiffstats
path: root/media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch')
-rw-r--r--media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch b/media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch
deleted file mode 100644
index 9f217fd..0000000
--- a/media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-------------------------------------------------------------------------
-r1990 | ahuggel | 2010-01-02 02:15:28 +0100 (Sat, 02 Jan 2010) | 1 line
-
-Minor fix. (Fulvio Senore)
-------------------------------------------------------------------------
-
-Index: exiv2/src/value.cpp
-===================================================================
---- exiv2/src/value.cpp (revision 1989)
-+++ exiv2/src/value.cpp (revision 1990)
-@@ -160,7 +160,7 @@
- DataBuf Value::dataArea() const
- {
- return DataBuf(0, 0);
-- };
-+ }
-
- DataValue::DataValue(TypeId typeId) : Value(typeId)
- {