1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00

Merge branch 'PHP-5.5'

* PHP-5.5:
  Remove compilation warning "warning: no newline at end of file"
This commit is contained in:
Christopher Jones
2013-08-20 11:04:51 -07:00

View File

@@ -41,4 +41,4 @@ U_CFUNC PHP_FUNCTION(cpbi_get_last_code_point)
BREAKITER_METHOD_FETCH_OBJECT;
RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint());
}
}