[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:04 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c5b1793
The following commit has been merged in the master branch:
commit c5b1793ef7381de1f8ac38127ede9075e5081774
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Jan 2 01:15:28 2010 +0000
Minor fix. (Fulvio Senore)
---
src/value.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/value.cpp b/src/value.cpp
index d4c03d3..021af1e 100644
--- a/src/value.cpp
+++ b/src/value.cpp
@@ -160,7 +160,7 @@ namespace Exiv2 {
DataBuf Value::dataArea() const
{
return DataBuf(0, 0);
- };
+ }
DataValue::DataValue(TypeId typeId) : Value(typeId)
{
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list