Skip to content

Commit 4f03399

Browse files
committed
Remove extra closing curly brace in ST2094_50.cpp
1 parent 9f176cb commit 4f03399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IsoLib/t35_tool/sources/SMPTE_ST2094_50.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ void SMPTE_ST2094_50::convertSyntaxElementsToMetadataItems(){
10401040
sumComponent = float(elm.component_mixing_coefficient[iAlt][k]);
10411041
}
10421042
if (sumComponent != Q_COMPONENT_MIXING_COEFFICIENT){
1043-
logMsg(LOGLEVEL_WARNING, "Sum component mixing coefficient for alternate %d is not equal to 1.0, they will be scaled to 1.0.", iAlt); }
1043+
logMsg(LOGLEVEL_WARNING, "Sum component mixing coefficient for alternate %d is not equal to 1.0, they will be scaled to 1.0.", iAlt);
10441044
}
10451045
for (int k = 0; k < MAX_NB_COMPONENT_MIXING_COEFFICIENT; k++) {
10461046
float value = 0.0f;

0 commit comments

Comments
 (0)