From 58b3b1c2c253c2560d3d1d216d114e38dd61b8cd Mon Sep 17 00:00:00 2001 From: Stephane Fillod Date: Wed, 20 Jul 2011 00:06:39 +0200 Subject: [PATCH] fix warning --- pcr/pcr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcr/pcr.h b/pcr/pcr.h index 580a3d111..1868c0bf6 100644 --- a/pcr/pcr.h +++ b/pcr/pcr.h @@ -37,7 +37,7 @@ struct pcr_priv_data struct pcr_rcvr { freq_t last_freq; - rmode_t last_mode; + int last_mode; int last_filter; int last_shift;