From 74062e8f6c2d3644d68918d9bc51a711649ddd81 Mon Sep 17 00:00:00 2001 From: "shaver%netscape.com" Date: Mon, 18 Oct 1999 19:00:18 +0000 Subject: [PATCH] fix // comment in C file (r=brade) --- modules/libreg/src/reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libreg/src/reg.c b/modules/libreg/src/reg.c index 23bd39b3b15b..55ec056256d6 100644 --- a/modules/libreg/src/reg.c +++ b/modules/libreg/src/reg.c @@ -2294,7 +2294,7 @@ VR_INTERFACE(REGERR) NR_RegGetUniqueName(HREG hReg, char* outbuf, uint32 buflen) PR_snprintf(outbuf,buflen,"%llx",reg->uniqkey); #ifndef XP_MAC - // XXX must fix for Mac, the Mac is the main motivator for this feature + /* XXX must fix for Mac, the Mac is the main motivator for this feature */ one = LL_INIT(0,1); tmp = reg->uniqkey;