Skip to content
Snippets Groups Projects
Commit 1c2d54a6 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Missing bracket

parent ceb83892
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,7 @@ bool ossimRadarSatModel::loadState (const ossimKeywordlist &kwl,
InitPlatformPosition(kwl, prefix);
InitRefPoint(kwl, prefix);
InitSRGR(kwl, prefix);
return true
return true;
}
bool ossimRadarSatModel::InitSensorParams(const ossimKeywordlist &kwl, const char *prefix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment