From 7a0d047a6853d30f39e47c2010a1ca0019c2364a Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sat, 15 Jul 2000 16:09:18 +0000 Subject: Some cosmetic changes. --- ext/recode/recode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/recode/recode.c') diff --git a/ext/recode/recode.c b/ext/recode/recode.c index e1ed131ec4..206154522e 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Kristian Koehntopp (kris@koehntopp.de) | + | Authors: Kristian Koehntopp | +----------------------------------------------------------------------+ */ @@ -34,7 +34,6 @@ extern char *program_name; char *program_name = "php"; #endif - /* }}} */ #define SAFE_STRING(s) ((s)?(s):"") -- cgit v1.2.1