diff options
author | Pierre Joye <pajoye@php.net> | 2008-07-28 09:12:07 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-07-28 09:12:07 +0000 |
commit | 37f0549fb07970b1c9e8e3aa9b3faaddb5908801 (patch) | |
tree | 31fce2fddbf07cbfa80b83ef8c8426a38330f2a7 | |
parent | 5490f8228b61f90751ab0d8457a6541e8184b4f8 (diff) | |
download | php-git-37f0549fb07970b1c9e8e3aa9b3faaddb5908801.tar.gz |
- mac to unix
-rw-r--r-- | ext/sqlite3/php_sqlite3_structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sqlite3/php_sqlite3_structs.h b/ext/sqlite3/php_sqlite3_structs.h index 47cf88a799..01651840ec 100644 --- a/ext/sqlite3/php_sqlite3_structs.h +++ b/ext/sqlite3/php_sqlite3_structs.h @@ -114,7 +114,6 @@ struct _php_sqlite3_stmt_object { #endif - /* * Local variables: * tab-width: 4 |