mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
fix // comment in C file (r=brade)
This commit is contained in:
parent
c617326211
commit
74062e8f6c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user