diff options
Diffstat (limited to 'compat/zlib/example.c')
-rw-r--r-- | compat/zlib/example.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/zlib/example.c b/compat/zlib/example.c index 56ad08c..d315261 100644 --- a/compat/zlib/example.c +++ b/compat/zlib/example.c @@ -1,12 +1,12 @@ /* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2004 Jean-loup Gailly. + * Copyright (C) 1995-2006 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: example.c,v 1.1 2008/12/19 14:44:48 dkf Exp $ */ +/* @(#) $Id: example.c,v 1.2 2010/03/16 09:01:04 nijtmans Exp $ */ -#include <stdio.h> #include "zlib.h" +#include <stdio.h> #ifdef STDC # include <string.h> |