mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 06:59:27 -05:00
fixed unnecessary ()
This commit is contained in:
parent
b0483a0c38
commit
ea72c58d81
@ -75,7 +75,7 @@ void test_groupStoreAndRetrieve(){
|
||||
break;
|
||||
}
|
||||
|
||||
RsNxsGrp *l = (*mit);
|
||||
RsNxsGrp *l = *mit;
|
||||
RsNxsGrp *r = gR[grpId];
|
||||
|
||||
// assign transaction number
|
||||
|
Loading…
Reference in New Issue
Block a user