Fix extra comma problem --- (jgellman)

This commit is contained in:
guha%netscape.com 1998-09-01 22:43:32 +00:00
parent 5e104c9bd9
commit d24ffac6cc

View File

@ -590,7 +590,7 @@ RDF_Update(RDF rdf, RDF_Resource u) {
int32 size = rdf->numTranslators; int32 size = rdf->numTranslators;
int32 n = 0; int32 n = 0;
while (n < size) { while (n < size) {
callUpdateRoutine(n, rdf, u, ); callUpdateRoutine(n, rdf, u);
n++; n++;
} }
return 0; return 0;