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

This commit is contained in:
Christopher Jones 2013-08-20 11:04:26 -07:00
parent ec3f8d2b1f
commit 433225a929

View file

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