summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-10-14 17:12:32 +0200
committerAnatol Belski <ab@php.net>2013-10-14 17:12:32 +0200
commitb0a36007abb522b6b1e3a6b3108eb726053b9d72 (patch)
tree89b1afd929491a35955678505ce498bb71cb1bab
parent9ccde8a41571282521c677edf2b481a526ae03c9 (diff)
downloadphp-git-b0a36007abb522b6b1e3a6b3108eb726053b9d72.tar.gz
fix whitespaces
-rw-r--r--README.EXTENSIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXTENSIONS b/README.EXTENSIONS
index 7f06c0fb1b..06d6cdd85f 100644
--- a/README.EXTENSIONS
+++ b/README.EXTENSIONS
@@ -30,7 +30,7 @@ zend_module_entry foo_module_entry = {
PHP_RSHUTDOWN(foo), /* per-request shutdown function */
PHP_MINFO(foo), /* information function */
#if ZEND_MODULE_API_NO >= 20010901
- PHP_FOO_VERSION, /* extension version number (string) */
+ PHP_FOO_VERSION, /* extension version number (string) */
#endif
STANDARD_MODULE_PROPERTIES
};