1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

fixed indentation warning in ImportMP3.cpp

This commit is contained in:
andheh 2018-02-28 10:39:05 +01:00 committed by James Crook
parent 33f2e576e2
commit 7a30222f49

View File

@ -535,7 +535,7 @@ enum mad_flow output_cb(void *_data,
floatSample, floatSample,
samples); samples);
return MAD_FLOW_CONTINUE; return MAD_FLOW_CONTINUE;
}, MakeSimpleGuard(MAD_FLOW_BREAK) ); }, MakeSimpleGuard(MAD_FLOW_BREAK) );
} }