diff options
author | foobar <sniper@php.net> | 2003-02-19 08:40:19 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-19 08:40:19 +0000 |
commit | 8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f (patch) | |
tree | bf22750ab9492bef7d62066d0f5033a78a712054 /main/streams/memory.c | |
parent | 48e5c1dae7242d5bf54c278f4e0513bc0b748151 (diff) | |
download | php-git-8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f.tar.gz |
ws fixes + missing $Id$ tags, headers added
Diffstat (limited to 'main/streams/memory.c')
-rw-r--r-- | main/streams/memory.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/streams/memory.c b/main/streams/memory.c index 02f64b9fa2..d953d342f0 100644 --- a/main/streams/memory.c +++ b/main/streams/memory.c @@ -12,11 +12,12 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: | - | Marcus Boerger <helly@php.net> | + | Author: Marcus Boerger <helly@php.net> | +----------------------------------------------------------------------+ */ +/* $Id$ */ + #define _GNU_SOURCE #include "php.h" |