summaryrefslogtreecommitdiff
path: root/main/spprintf.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-19 08:40:19 +0000
committerfoobar <sniper@php.net>2003-02-19 08:40:19 +0000
commit8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f (patch)
treebf22750ab9492bef7d62066d0f5033a78a712054 /main/spprintf.c
parent48e5c1dae7242d5bf54c278f4e0513bc0b748151 (diff)
downloadphp-git-8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f.tar.gz
ws fixes + missing $Id$ tags, headers added
Diffstat (limited to 'main/spprintf.c')
-rw-r--r--main/spprintf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/spprintf.c b/main/spprintf.c
index 8f905d5ebe..124865909f 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -14,7 +14,9 @@
+----------------------------------------------------------------------+
| Author: Marcus Boerger <helly@php.net> |
+----------------------------------------------------------------------+
- */
+*/
+
+/* $Id$ */
/* This is the spprintf implementation.
* It has emerged from apache snprintf. See original header: