summaryrefslogtreecommitdiffstats
path: root/dec_stream.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:40:23 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:40:23 +0000
commit042db76f3df9f7cfdaedc018e87ee4a5210654bd (patch)
treee1bfdfc1e7765a928c3a724de7b3db2c5fb0f98c /dec_stream.cc
parentAdding debian version 1.3~pre1-1. (diff)
downloadplzip-042db76f3df9f7cfdaedc018e87ee4a5210654bd.tar.xz
plzip-042db76f3df9f7cfdaedc018e87ee4a5210654bd.zip
Merging upstream version 1.3.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'dec_stream.cc')
-rw-r--r--dec_stream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dec_stream.cc b/dec_stream.cc
index 64eaa30..a814194 100644
--- a/dec_stream.cc
+++ b/dec_stream.cc
@@ -1,6 +1,6 @@
/* Plzip - Parallel compressor compatible with lzip
Copyright (C) 2009 Laszlo Ersek.
- Copyright (C) 2009-2014 Antonio Diaz Diaz.
+ Copyright (C) 2009-2015 Antonio Diaz Diaz.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -213,7 +213,7 @@ public:
// Search forward from 'pos' for "LZIP" (Boyer-Moore algorithm)
-// Return pos of found string or 'pos+size' if not found.
+// Returns pos of found string or 'pos+size' if not found.
//
int find_magic( const uint8_t * const buffer, const int pos, const int size )
{