changeset 9354:cc3916411873

Merge with crew-stable
author Martin Geisler <mg@lazybytes.net>
date Fri, 14 Aug 2009 22:20:47 +0200
parents 37042e8b3b34 (current diff) 3ac42ca1f3e6 (diff)
children f7c334e810c2
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/osutil.c	Mon Jun 29 01:33:26 2009 +0900
+++ b/mercurial/osutil.c	Fri Aug 14 22:20:47 2009 +0200
@@ -23,7 +23,7 @@
 # include <unistd.h>
 #endif
 
-// some platforms lack the PATH_MAX definition (eg. GNU/Hurd)
+/* some platforms lack the PATH_MAX definition (eg. GNU/Hurd) */
 #ifndef PATH_MAX
 #define PATH_MAX 4096
 #endif