diff options
author | deva <deva> | 2006-08-16 23:47:08 +0000 |
---|---|---|
committer | deva <deva> | 2006-08-16 23:47:08 +0000 |
commit | e421c3f7e6ed8871bb11c6e7b17ce6ea23a77648 (patch) | |
tree | 41a274bcfeb6bf4fe6e893e9279b974fc950765b /client/dv1394.cc | |
parent | ad5ef06ff97aac051f6d4287ce30239eda3925bd (diff) |
Fjernede miav_config entry.
Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places.
Diffstat (limited to 'client/dv1394.cc')
-rw-r--r-- | client/dv1394.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |