diff options
-rw-r--r-- | ext/ereg/php_regex.h | 2 | ||||
-rw-r--r-- | main/php_regex.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ereg/php_regex.h b/ext/ereg/php_regex.h index 2d18db721d..9ed80d84b8 100644 --- a/ext/ereg/php_regex.h +++ b/ext/ereg/php_regex.h @@ -11,4 +11,4 @@ #include <regex.h> #endif -#endif /* _PHP_REGEX_H */
\ No newline at end of file +#endif /* _PHP_REGEX_H */ diff --git a/main/php_regex.h b/main/php_regex.h index 2d18db721d..9ed80d84b8 100644 --- a/main/php_regex.h +++ b/main/php_regex.h @@ -11,4 +11,4 @@ #include <regex.h> #endif -#endif /* _PHP_REGEX_H */
\ No newline at end of file +#endif /* _PHP_REGEX_H */ |