From e421c3f7e6ed8871bb11c6e7b17ce6ea23a77648 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 16 Aug 2006 23:47:08 +0000 Subject: Fjernede miav_config entry. Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places. --- client/dv1394.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/dv1394.cc') diff --git a/client/dv1394.cc b/client/dv1394.cc index 7dac7b3..055825d 100644 --- a/client/dv1394.cc +++ b/client/dv1394.cc @@ -97,7 +97,7 @@ static int raw_reader( raw1394handle_t handle, int channel, size_t length, quadl break; default: // we can't handle any other data - break; + break; } } return 0; -- cgit v1.2.3