$OpenBSD: patch-src_AudioIO_cpp,v 1.5 2009/03/14 03:49:43 jakemsr Exp $
--- src/AudioIO.cpp.orig	Mon Mar  9 01:08:36 2009
+++ src/AudioIO.cpp	Mon Mar  9 01:14:48 2009
@@ -2053,7 +2053,6 @@ wxString AudioIO::GetDeviceInfo()
       s << wxT("Cannot check mutual sample rates without both devices.") << e;
       return o.GetString();
    }
-
 #if defined(USE_PORTMIXER)
    if (supportedSampleRates.GetCount() > 0)
       {
@@ -2201,7 +2200,7 @@ wxString AudioIO::GetDeviceInfo()
       Px_CloseMixer(PortMixer);
 
 #endif
-      }  //end of massive if statement if a valid sample rate has been found
+      // }  //end of massive if statement if a valid sample rate has been found
    return o.GetString();
 }
 
