* merge in much of the dav_rework branch: (the drift was becoming to big, no function...
[citadel.git] / webcit / roomops.c
index 783c1cb5108d6e5e861cdcd64e2f8360ce6e5866..1ca41c2880123b83e9f5a37fd071a18e60a53240 100644 (file)
@@ -893,7 +893,7 @@ void ParseGoto(folder *room, StrBuf *Line)
        }
        /* get a pointer to the floor we're on: */
        GetHash(WCC->Floors, IKEY(room->floorid), &vFloor);
-       room->Floor = (const floor*) vFloor;
+       room->Floor = (const Floor*) vFloor;
 }