mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
Move declarations closer to usage.
This commit is contained in:
@@ -122,8 +122,6 @@ public static class PMA
|
||||
sb.AppendFormat(Localization.Reserved2_equals_0_X8, response.Reserved2).AppendLine();
|
||||
#endif
|
||||
|
||||
List<string> tracks;
|
||||
|
||||
foreach(CDPMADescriptors descriptor in response.PMADescriptors)
|
||||
{
|
||||
#if DEBUG
|
||||
@@ -131,6 +129,7 @@ public static class PMA
|
||||
sb.AppendFormat(Localization.Reserved_equals_0_X2, descriptor.Reserved).AppendLine();
|
||||
#endif
|
||||
|
||||
List<string> tracks;
|
||||
switch(descriptor.ADR)
|
||||
{
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user