X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdownloads.c;h=50456bb1a0997de112f7204be7acfd785be58563;hb=2e0b9832e441b36d82a32ce7d0c0c7c106f9d9d6;hp=88ec86f749067259dfd11a30af90dd0fe3756a22;hpb=2ae08822679c3f376fda620020896b908aaba3d2;p=citadel.git diff --git a/webcit/downloads.c b/webcit/downloads.c index 88ec86f74..50456bb1a 100644 --- a/webcit/downloads.c +++ b/webcit/downloads.c @@ -237,7 +237,7 @@ void display_room_directory(void) switch (SortDirections[i]) { default: case 0: - Order = 1; + Order = 2; break; case 1: Order = 0;