shithub: aplay

Download patch

ref: 96e75173c2cc5a167e5437d24c2d22f8c4c86bfc
parent: 0315b03f27599c842b0371d0007ac49308b090c7
author: Benjamin Scher Purcell <ben@spew.club>
date: Mon Jan 18 03:34:00 EST 2016

remove static

--- a/aplay.c
+++ b/aplay.c
@@ -48,7 +48,7 @@
 void
 threadmain(int argc, char **argv)
 {
-	static Codecargs codecargs;
+	Codecargs codecargs;
 	Kbdargs kbdargs;
 	int timer;