]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/room_functions.c
Moved the remaining else blocks
[citadel.git] / webcit-ng / room_functions.c
index 179884d9f3ae88bde2590622467f956152dc8df1..6e081bd298a39248404323cb7a68c8764b74c2b2 100644 (file)
@@ -523,7 +523,8 @@ void ctdl_r(struct http_transaction *h, struct ctdlsession *c) {
                        //      13      (int)is_trash                   Boolean flag: 1 if this is the user's Trash folder, 0 otherwise.
                        //      14      (int)CC->room.QRflags2          More flags associated with this room
                        //      15      (long)CC->room.QRmtime          Timestamp of the last write activity in this room
-               } else {
+               }
+               else {
                        do_404(h);
                        return;
                }