diff options
Diffstat (limited to 'main/spprintf.c')
-rw-r--r-- | main/spprintf.c | 4 |
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: |