Commit:    433225a92938c3fb22a4351d7f555c8faba38a9a
Author:    Christopher Jones <s...@php.net>         Tue, 20 Aug 2013 11:04:26 
-0700
Parents:   ec3f8d2b1fc870bc920408a9d878122283e4e576
Branches:  PHP-5.5 master

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

Log:
Remove compilation warning "warning: no newline at end of file"

Changed paths:
  M  ext/intl/breakiterator/codepointiterator_methods.cpp


Diff:
diff --git a/ext/intl/breakiterator/codepointiterator_methods.cpp 
b/ext/intl/breakiterator/codepointiterator_methods.cpp
index ae7e526..a833cf1 100644
--- a/ext/intl/breakiterator/codepointiterator_methods.cpp
+++ b/ext/intl/breakiterator/codepointiterator_methods.cpp
@@ -41,4 +41,4 @@ U_CFUNC PHP_FUNCTION(cpbi_get_last_code_point)
        BREAKITER_METHOD_FETCH_OBJECT;
 
        RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint());
-}
\ No newline at end of file
+}


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

Reply via email to