Skip to content

Commit

Permalink
compiler compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Dec 20, 2005
1 parent 84e3c2f commit 217d7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyrus/imap/sync_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Original version written by David Carter <[email protected]>
* Rewritten and integrated into Cyrus by Ken Murchison <[email protected]>
*
* $Id: sync_server.c,v 1.1.2.20 2005/12/15 17:16:28 murch Exp $
* $Id: sync_server.c,v 1.1.2.21 2005/12/20 15:54:43 murch Exp $
*/

#include <config.h>
Expand Down Expand Up @@ -1489,7 +1489,7 @@ static void cmd_quota_work(char *quotaroot)

static void cmd_quota(char *quotaroot)
{
return(cmd_quota_work(quotaroot));
cmd_quota_work(quotaroot);
}

static void cmd_setquota(char *root, int limit)
Expand Down

0 comments on commit 217d7db

Please sign in to comment.