You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2009/10/21 02:09:30 UTC

svn commit: r827850 - /apr/apr-util/branches/1.3.x/dbd/apr_dbd_odbc.c

Author: trawick
Date: Wed Oct 21 00:09:30 2009
New Revision: 827850

URL: http://svn.apache.org/viewvc?rev=827850&view=rev
Log:
merge r827846 from apr trunk:

remove dangling ";" after function body to resolve
"warning: syntax error:  empty declaration" from
SunStudio

Modified:
    apr/apr-util/branches/1.3.x/dbd/apr_dbd_odbc.c

Modified: apr/apr-util/branches/1.3.x/dbd/apr_dbd_odbc.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/dbd/apr_dbd_odbc.c?rev=827850&r1=827849&r2=827850&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/dbd/apr_dbd_odbc.c (original)
+++ apr/apr-util/branches/1.3.x/dbd/apr_dbd_odbc.c Wed Oct 21 00:09:30 2009
@@ -1139,7 +1139,7 @@
     }
     handle->can_commit = APR_DBD_TRANSACTION_COMMIT;
     return APR_FROM_SQL_RESULT(rc);
-};
+}
 
 
 /** end_transaction: end a transaction **/