changeset 6637:ce0088893a20 HEAD

Don't use // comments
author Timo Sirainen <tss@iki.fi>
date Sun, 28 Oct 2007 00:19:22 +0300
parents 6d870394cc3b
children e2a4722f1b9b
files src/lib-storage/index/dbox/dbox-index.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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]);