Commit:    dfb187752ea0326321c0d081e926e0cb11ed0b5b
Author:    Christopher Jones <s...@php.net>         Tue, 20 Aug 2013 10:55:10 
-0700
Parents:   db0166af2f5a57e2177fbab222815d89e48c9273
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=dfb187752ea0326321c0d081e926e0cb11ed0b5b

Log:
Fix compile warning "intl_cppshims.h:34:7: warning: no newline at end of file"

Changed paths:
  M  ext/intl/intl_cppshims.h


Diff:
diff --git a/ext/intl/intl_cppshims.h b/ext/intl/intl_cppshims.h
index 2fb70ed..e58ec3b 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to