diff options
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; |