diff options
author | Ulf Wendel <uw@php.net> | 2010-10-04 10:02:58 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2010-10-04 10:02:58 +0000 |
commit | 2d925fb2164d6466d7eff97b495eaa52ab0fb41a (patch) | |
tree | 1134f8f8886c21a37525c234774da8b09287ab87 /ext/mysqli/php_mysqli_structs.h | |
parent | 817c28c867f6bc0b490857013d0b4fa71a467082 (diff) | |
download | php-git-2d925fb2164d6466d7eff97b495eaa52ab0fb41a.tar.gz |
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"
Diffstat (limited to 'ext/mysqli/php_mysqli_structs.h')
-rw-r--r-- | ext/mysqli/php_mysqli_structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h index 908740586c..34acad5a95 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -15,7 +15,7 @@ | Author: Georg Richter <georg@php.net> | +----------------------------------------------------------------------+ - $Id$ + $Id$ */ #ifndef PHP_MYSQLI_STRUCTS_H @@ -124,7 +124,7 @@ typedef struct { unsigned int multi_query; zend_bool persistent; #if defined(MYSQLI_USE_MYSQLND) - int async_result_fetch_type; + int async_result_fetch_type; #endif } MY_MYSQL; |