summaryrefslogtreecommitdiff
path: root/audio/gmodplay/patches/patch-ab
blob: d09b142ba1ae1eb5fdc07c781af2cc3c2d1af477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2001/03/19 19:35:51 wiz Exp $

--- cmdline/cmdline.h.orig	Sun Jan 28 10:58:04 2001
+++ cmdline/cmdline.h	Sun Jan 28 10:58:23 2001
@@ -26,7 +26,7 @@
 #define _LINE_SPECTRO_BANDS_	(_LINE_SPECTRO_MIN_ + 1)
 #define _LINE_INSTRUMENTS_	(_LINE_SPECTRO_BANDS_ + 1)
 
-#define CMD_INFO(playerinfo)	((struct CmdInfo*) playerinfo->generic)
+#define CMD_INFO(playerinfo)	((CmdInfo*) playerinfo->generic)
 typedef struct {
 	int first_visible_instrument;
 	int last_visible_instrument;