]> code.citadel.org Git - citadel.git/commitdiff
Oops
authorArt Cancro <ajc@citadel.org>
Thu, 8 Oct 1998 20:35:14 +0000 (20:35 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 8 Oct 1998 20:35:14 +0000 (20:35 +0000)
citadel/room_ops.c

index 9c972887b4d3e3312095207581fa3dae58941944..0544abbe2b45fb60c32723dfcfda1fb62850c430 100644 (file)
@@ -383,7 +383,7 @@ int sort_msglist(long listptrs[], int oldcount)
 int is_noneditable(struct quickroom *qrbuf) {
        if (!strcasecmp(qrbuf->QRname, BASEROOM)) return(0);
        else if (!strcasecmp(qrbuf->QRname, AIDEROOM)) return(0);
-       elsereturn(1);
+       else return(1);
        }
 
 /*