1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

Fix compile warning

This commit is contained in:
foobar
2003-08-11 02:03:40 +00:00
parent e9eb29011c
commit 7f5dc67bb0

View File

@@ -1230,7 +1230,7 @@ PHP_FUNCTION(odbc_data_source)
}
/* }}} */
#endif /* HAVE_SQLDATASOURCES *
#endif /* HAVE_SQLDATASOURCES */
/* {{{ proto resource odbc_exec(resource connection_id, string query [, int flags])
Prepare and execute an SQL statement */