Added an elastic string buffer class to libcitadel. Why do I have a feeling I'm...
[citadel.git] / citadel / euidindex.c
index bfef39b4c900634967d0a45696625f6441662997..247a998a83d86cf99ba35371555322cb74c458e1 100644 (file)
@@ -167,8 +167,7 @@ void rebuild_euid_index_for_room(struct ctdlroom *qrbuf, void *data) {
                                        "euidindex: rebuilding EUID index for <%s>",
                                        rplist->name);
                                CtdlUserGoto(rplist->name, 0, 0, NULL, NULL, NULL, NULL);
-                               CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, NULL,
-                                       rebuild_euid_index_for_msg, NULL);
+                               CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, NULL, rebuild_euid_index_for_msg, NULL);
                        }
                }
                ptr = rplist;