Skip to content

Commit f7eec63

Browse files
mnoiyxiaoxial
authored andcommitted
delete redundant semicolon
1 parent a351d2b commit f7eec63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Raisr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ RNLERRORTYPE RNLInit(std::string &modelPath,
12851285
if (RNLErrorNone != RNLStoi(&gPatchSize, configTokens[3].c_str(), configPath))
12861286
{
12871287
return RNLErrorBadParameter;
1288-
};
1288+
}
12891289
gPatchMargin = gPatchSize >> 1;
12901290
gLoopMargin = (gPatchSize >> 1) + 1;
12911291
gResizeExpand = (gLoopMargin + 2);

0 commit comments

Comments
 (0)