aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-27 19:05:24 +0000
committerEugene Sandulenko2006-01-27 19:05:24 +0000
commitfef533e93e554fd1cb1cb44dac410632d5051562 (patch)
tree7c14be4d3064b9bbdbe032eeb572ec2c7dd8f71c /common
parent095199da5429e9c270002c6751a36dfd407c95d1 (diff)
downloadscummvm-rg350-fef533e93e554fd1cb1cb44dac410632d5051562.tar.gz
scummvm-rg350-fef533e93e554fd1cb1cb44dac410632d5051562.tar.bz2
scummvm-rg350-fef533e93e554fd1cb1cb44dac410632d5051562.zip
Proper RCS IDs
svn-id: r20236
Diffstat (limited to 'common')
-rw-r--r--common/unzip.cpp2
-rw-r--r--common/unzip.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/unzip.cpp b/common/unzip.cpp
index 35158778c0..0d22c92e08 100644
--- a/common/unzip.cpp
+++ b/common/unzip.cpp
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header $
+ * $Header$
*/
/* unzip.c -- IO on .zip files using zlib
diff --git a/common/unzip.h b/common/unzip.h
index 5ca7505358..7bf23ce670 100644
--- a/common/unzip.h
+++ b/common/unzip.h
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header $
+ * $Header$
*/
/* unzip.h -- IO for uncompress .zip files using zlib