Skip to content

Commit 7a0d047

Browse files
author
Egon Schmid
committed
Some cosmetic changes.
1 parent b4266ed commit 7a0d047

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

ext/recode/php_recode.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| PHP version 4.0 |
3+
| PHP version 4.0 |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
5+
| Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.02 of the PHP license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available at through the world-wide-web at |
10-
| http://www.php.net/license/2_02.txt. |
8+
| that is bundled with this package in the file LICENSE, and is |
9+
| available at through the world-wide-web at |
10+
| http://www.php.net/license/2_02.txt. |
1111
| If you did not receive a copy of the PHP license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| [email protected] so we can mail you a copy immediately. |
12+
| obtain it through the world-wide-web, please send a note to |
13+
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Kristian Koehntopp ([email protected]) |
15+
| Authors: Kristian Koehntopp <[email protected]> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

ext/recode/recode.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Kristian Koehntopp ([email protected]) |
15+
| Authors: Kristian Koehntopp <[email protected]> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

@@ -34,7 +34,6 @@
3434
extern char *program_name;
3535
char *program_name = "php";
3636
#endif
37-
3837
/* }}} */
3938

4039
#define SAFE_STRING(s) ((s)?(s):"")

0 commit comments

Comments
 (0)