mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
Fix extra comma problem --- (jgellman)
This commit is contained in:
parent
5e104c9bd9
commit
d24ffac6cc
@ -590,7 +590,7 @@ RDF_Update(RDF rdf, RDF_Resource u) {
|
||||
int32 size = rdf->numTranslators;
|
||||
int32 n = 0;
|
||||
while (n < size) {
|
||||
callUpdateRoutine(n, rdf, u, );
|
||||
callUpdateRoutine(n, rdf, u);
|
||||
n++;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user