sniper          Sun Aug 10 22:03:40 2003 EDT

  Modified files:              
    /php-src/ext/odbc   php_odbc.c 
  Log:
  Fix compile warning
  
Index: php-src/ext/odbc/php_odbc.c
diff -u php-src/ext/odbc/php_odbc.c:1.168 php-src/ext/odbc/php_odbc.c:1.169
--- php-src/ext/odbc/php_odbc.c:1.168   Sun Aug  3 13:44:37 2003
+++ php-src/ext/odbc/php_odbc.c Sun Aug 10 22:03:40 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_odbc.c,v 1.168 2003/08/03 17:44:37 zeev Exp $ */
+/* $Id: php_odbc.c,v 1.169 2003/08/11 02:03:40 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1230,7 +1230,7 @@
 
 }
 /* }}} */
-#endif /* HAVE_SQLDATASOURCES *
+#endif /* HAVE_SQLDATASOURCES */
 
 /* {{{ proto resource odbc_exec(resource connection_id, string query [, int flags])
    Prepare and execute an SQL statement */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to