[dovecot-cvs] dovecot/src/lib ioloop.h,1.16,1.17

cras at dovecot.org cras at dovecot.org
Wed Feb 22 00:50:37 EET 2006


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

Modified Files:
	ioloop.h 
Log Message:
Removed extra comma at end of enum list



Index: ioloop.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ioloop.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ioloop.h	14 Jan 2006 18:47:22 -0000	1.16
+++ ioloop.h	21 Feb 2006 22:50:34 -0000	1.17
@@ -14,7 +14,7 @@
 	IO_ERROR	= 0x04,
 	
 	/* internal */
-	IO_NOTIFY	= 0x04,
+	IO_NOTIFY	= 0x04
 };
 
 typedef void io_callback_t(void *context);



More information about the dovecot-cvs mailing list