Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / expopt3_ver2.res
index 544d956..0f30b86 100644 (file)
@@ -1,5 +1,5 @@
 static int pcm20_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
 {
-       struct video_tuner v;
+       struct video_tuner *v;
        f(v->field1, v->field2);
 }