summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-07-28 11:59:35 +0000
committerJani Taskinen <jani@php.net>2008-07-28 11:59:35 +0000
commit7a70ad4502f7ee8ad885ea6877b759ae64dc08b5 (patch)
treea61291641142e84543324d9fc4aa3cc5cff3279f /ext/sqlite3/php_sqlite3.h
parentf2b67842c71fa15bf2f5c8d2b4bf73e37964a229 (diff)
downloadphp-git-7a70ad4502f7ee8ad885ea6877b759ae64dc08b5.tar.gz
- Fix EOLs
Diffstat (limited to 'ext/sqlite3/php_sqlite3.h')
-rw-r--r--ext/sqlite3/php_sqlite3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h
index ec2a92c698..b3667394a2 100644
--- a/ext/sqlite3/php_sqlite3.h
+++ b/ext/sqlite3/php_sqlite3.h
@@ -37,7 +37,7 @@ ZEND_END_MODULE_GLOBALS(sqlite3)
#endif
#define PHP_SQLITE3_ASSOC 1<<0
-#define PHP_SQLITE3_NUM 1<<1
+#define PHP_SQLITE3_NUM 1<<1
#define PHP_SQLITE3_BOTH (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM)
#endif