[dovecot-cvs] dovecot/src/lib-sql sql-api.h,1.7,1.8

cras at dovecot.org cras at dovecot.org
Fri Feb 24 12:20:30 EET 2006


Update of /var/lib/cvs/dovecot/src/lib-sql
In directory talvi:/tmp/cvs-serv13845/lib-sql

Modified Files:
	sql-api.h 
Log Message:
Removed extra commas from end of enum lists.



Index: sql-api.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-sql/sql-api.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sql-api.h	26 Jan 2006 22:01:08 -0000	1.7
+++ sql-api.h	24 Feb 2006 10:20:27 -0000	1.8
@@ -6,7 +6,7 @@
 
 enum sql_db_flags {
 	/* Set if queries are not executed asynchronously */
-	SQL_DB_FLAG_BLOCKING		= 0x01,
+	SQL_DB_FLAG_BLOCKING		= 0x01
 };
 
 struct sql_db;



More information about the dovecot-cvs mailing list