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