From e20c62d3be14b45de482d385c18f35c529347d8a Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Mon, 4 Oct 2010 10:02:58 +0000 Subject: Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown up by white space changes... Changes: - remove end of line white space - fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive" --- ext/mysqli/mysqli_libmysql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqli/mysqli_libmysql.h') diff --git a/ext/mysqli/mysqli_libmysql.h b/ext/mysqli/mysqli_libmysql.h index 642a56ae53..686f63b238 100644 --- a/ext/mysqli/mysqli_libmysql.h +++ b/ext/mysqli/mysqli_libmysql.h @@ -43,7 +43,7 @@ /* These functions also reside in ext/mysqlnd/mysqlnd_portability.h but since it is only made - available if one wants to build mysqli against mysqlnd and they are useful for libmysql as + available if one wants to build mysqli against mysqlnd and they are useful for libmysql as well, we check whether they're not defined [build with libmysql is desired] and define them. Bit values are sent in reverted order of bytes, compared to normal !!! -- cgit v1.2.1