diff options
author | Christopher Jones <sixd@php.net> | 2013-08-20 10:55:10 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-08-20 10:55:10 -0700 |
commit | dfb187752ea0326321c0d081e926e0cb11ed0b5b (patch) | |
tree | 915cb3c604915519b46053cf375c40424d1e8c30 /ext/intl | |
parent | db0166af2f5a57e2177fbab222815d89e48c9273 (diff) | |
download | php-git-dfb187752ea0326321c0d081e926e0cb11ed0b5b.tar.gz |
Fix compile warning "intl_cppshims.h:34:7: warning: no newline at end of file"
Diffstat (limited to 'ext/intl')
-rw-r--r-- | ext/intl/intl_cppshims.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/intl_cppshims.h b/ext/intl/intl_cppshims.h index 2fb70edfd0..e58ec3bd45 100644 --- a/ext/intl/intl_cppshims.h +++ b/ext/intl/intl_cppshims.h @@ -31,4 +31,4 @@ #define _MSC_STDINT_H_ 1 #endif -#endif
\ No newline at end of file +#endif |