summaryrefslogtreecommitdiff
path: root/libavdevice/dv1394.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/dv1394.h')
-rw-r--r--libavdevice/dv1394.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dv1394.h b/libavdevice/dv1394.h
index 1bab0314c5..3d6033a538 100644
--- a/libavdevice/dv1394.h
+++ b/libavdevice/dv1394.h
@@ -176,7 +176,7 @@
reset_dv1394();
} else {
int i;
- for(i = 0; i < status.n_clear_frames; i++) {
+ for (i = 0; i < status.n_clear_frames; i++) {
copy_DV_frame();
}
}