diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-11 21:50:08 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-11 21:50:08 +0000 |
commit | 8fb70fc4bd1fb4f8f775b60431775581a6d1e6da (patch) | |
tree | 517df01c0a2486887f96360ff2aefbb816be560b /zlib/example.c | |
parent | c013f26c67d959e1cd35112f5ee77721dbc33f7f (diff) | |
download | gcc-8fb70fc4bd1fb4f8f775b60431775581a6d1e6da.tar.gz |
Dummy commit in preparation for import
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/example.c')
-rw-r--r-- | zlib/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/example.c b/zlib/example.c index 8307c841e4a..86b4af2a4f8 100644 --- a/zlib/example.c +++ b/zlib/example.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ +/* @(#) $Id: example.c,v 1.1 1999/05/04 19:30:26 tromey Exp $ */ #include <stdio.h> #include "zlib.h" |