2013-09-26 17:14:40 +02:00

18 lines
312 B
Plaintext

$NetBSD: patch-ag,v 1.1 2006/07/10 20:32:59 sketch Exp $
--- sql.c.orig Sun Feb 5 20:17:36 2006
+++ sql.c Sun Feb 5 20:18:50 2006
@@ -33,10 +33,10 @@
void SQLClose(void)
{
#ifdef _DB_MYSQL_
-return(MySQLClose());
+MySQLClose();
#endif
#ifdef _DB_PGSQL_
-return(PgSQLClose());
+PgSQLClose();
#endif
}