shithub: choc

Download patch

ref: b09cb29b9f573501206bd31e51f3014ec79d5f95
parent: 40ca9e8297ae8638c638f33b6ef5393ee88c7056
author: Simon Howard <fraggle@gmail.com>
date: Mon Jun 1 21:08:20 EDT 2009

Disable debug output.

Subversion-branch: /branches/opl-branch
Subversion-revision: 1541

--- a/opl/opl.c
+++ b/opl/opl.c
@@ -31,7 +31,7 @@
 #include "opl.h"
 #include "opl_internal.h"
 
-#define OPL_DEBUG_TRACE
+//#define OPL_DEBUG_TRACE
 
 #ifdef HAVE_IOPERM
 extern opl_driver_t opl_linux_driver;