From 0c372a316af4ec2c739e6b37959841a585361858 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 19 Mar 2002 17:14:57 +0000 Subject: [PATCH] fix compile error (untested) Original commit message from CVS: fix compile error (untested) --- ext/lame/gstlame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 6806bd6..c43900e 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -177,7 +177,7 @@ enum { ARG_ATH_ONLY, ARG_ATH_SHORT, ARG_NO_ATH, - /* ARG_ATH_TYPE, /* note: CVS has this, 3.87 doesn't */ */ + /* ARG_ATH_TYPE, note: CVS has this, 3.87 doesn't */ ARG_ATH_LOWER, ARG_CWLIMIT, ARG_ALLOW_DIFF_SHORT, -- 2.7.4