shithub: choc

Download patch

ref: 6b0056854476030c496c6303835d1a90d4042376
parent: 0e90c19ca717298f4f3b83dfd075cdf0c458de32
author: Simon Howard <[email protected]>
date: Sat May 30 09:06:47 EDT 2015

Fix tab character.

--- a/opl/opl_sdl.c
+++ b/opl/opl_sdl.c
@@ -188,7 +188,7 @@
             buffer[i * 2] = (int16_t) mix_buffer[i];
             buffer[i * 2 + 1] = (int16_t) mix_buffer[i];
         }
-	}
+    }
 }
 
 // Callback function to fill a new sound buffer: