dovecot: Don't use // comments

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 28 00:19:26 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/ce0088893a20
changeset: 6637:ce0088893a20
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 28 00:19:22 2007 +0300
description:
Don't use // comments

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/dbox/dbox-index.c |    2 +-

diffs (12 lines):

diff -r 6d870394cc3b -r ce0088893a20 src/lib-storage/index/dbox/dbox-index.c
--- a/src/lib-storage/index/dbox/dbox-index.c	Sun Oct 28 00:09:06 2007 +0300
+++ b/src/lib-storage/index/dbox/dbox-index.c	Sun Oct 28 00:19:22 2007 +0300
@@ -896,7 +896,7 @@ int dbox_index_append_commit(struct dbox
 	files = array_get_modifiable(&ctx->files, &count);
 	for (i = 0; i < count; i++) {
 		if (files[i]->file_id < ctx->first_new_file_id) {
-			// FIXME: update status
+			/* FIXME: update status */
 			dbox_index_unlock_file(ctx->index, files[i]->file_id);
 		}
 		dbox_file_unref(&files[i]);


More information about the dovecot-cvs mailing list