* merge in much of the dav_rework branch: (the drift was becoming to big, no function...
[citadel.git] / webcit / webcit.c
index e284f22ac9c3e1094994fbe37a91745200213575..5912de4f753334abbe38797b15e278c455d48eac 100644 (file)
@@ -536,7 +536,7 @@ void ParseREST_URL(void)
                if (Floors != NULL)
                {
                        if (GetHash(Floors, SKEY(pFloor), &vFloor))
-                               WCC->CurrentFloor = (floor*) vFloor;
+                               WCC->CurrentFloor = (Floor*) vFloor;
                }
        }
 }