From 49044f9a3ada7095127748ade49e12f7ec3dcbf9 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Tue, 6 Nov 2001 06:01:59 +0000 Subject: [PATCH] Remove c++ comment git-svn-id: svn://10.0.0.236/trunk@107436 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/nsinstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/config/nsinstall.c b/mozilla/config/nsinstall.c index f11b307d912..5d43bcf4368 100644 --- a/mozilla/config/nsinstall.c +++ b/mozilla/config/nsinstall.c @@ -315,7 +315,7 @@ copydir( char *from, char *to, mode_t mode, char *group, char *owner, base = xbasename(from); - // create destination directory + /* create destination directory */ destdir = xmalloc((unsigned int)(strlen(to) + 1 + strlen(base) + 1)); sprintf(destdir, "%s%s%s", to, _DIRECTORY_SEPARATOR, base); if (mkdirs(destdir, mode) != 0) {