From 066b8ff53f131720c6a2a23e94b3dea5cef1b2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Wed, 19 May 2004 20:33:05 +0000 Subject: [PATCH] don't fix a test that should fail (too old a52dec detection) Original commit message from CVS: don't fix a test that should fail (too old a52dec detection) --- m4/a52.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m4/a52.m4 b/m4/a52.m4 index 6f476af80d..0065deeb15 100644 --- a/m4/a52.m4 +++ b/m4/a52.m4 @@ -95,8 +95,7 @@ main () int main () { - a52_state_t *state; - int i = sizeof (state); + int i = sizeof (a52_state_t); if ( i ) return 0; }