diff options
author | Christopher Jones <sixd@php.net> | 2013-08-20 11:01:20 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-08-20 11:01:20 -0700 |
commit | ec3f8d2b1fc870bc920408a9d878122283e4e576 (patch) | |
tree | fa8b52582fa2a689d698a7f648b39e1ca54df1dd /ext/intl/breakiterator/codepointiterator_methods.h | |
parent | dfb187752ea0326321c0d081e926e0cb11ed0b5b (diff) | |
download | php-git-ec3f8d2b1fc870bc920408a9d878122283e4e576.tar.gz |
Remove compilation warnings: "warning: no newline at end of file"
Diffstat (limited to 'ext/intl/breakiterator/codepointiterator_methods.h')
-rw-r--r-- | ext/intl/breakiterator/codepointiterator_methods.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/breakiterator/codepointiterator_methods.h b/ext/intl/breakiterator/codepointiterator_methods.h index d34e5b61e2..ad3b710fc8 100644 --- a/ext/intl/breakiterator/codepointiterator_methods.h +++ b/ext/intl/breakiterator/codepointiterator_methods.h @@ -21,4 +21,4 @@ PHP_FUNCTION(cpbi_get_last_code_point); -#endif
\ No newline at end of file +#endif |