[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] - svnserve/main.c - extra comma in enum definition

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-06-14 21:14:27 CEST

This module will not compile under OS/400 because of the extra comma on
the end of the enum. I guess other compilers are rightfully forgiving on
stuff like this.

I am holding other patches I have made for OS/400 until I can actually get
it all somewhat working. This one is not technically specific to OS/400
so I thought I would just submit it now.

Thanks

Mark

Index: svnserve/main.c
===================================================================
--- svnserve/main.c (revision 9985)
+++ svnserve/main.c (working copy)
@@ -54,7 +54,7 @@
   run_mode_inetd,
   run_mode_daemon,
   run_mode_tunnel,
- run_mode_listen_once,
+ run_mode_listen_once
 };
 
 #if APR_HAS_FORK

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 14 21:15:21 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.