summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_v4l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_v4l2.c b/src/input/input_v4l2.c
index 7f7da68ba..da567e931 100644
--- a/src/input/input_v4l2.c
+++ b/src/input/input_v4l2.c
@@ -340,7 +340,7 @@ static void v4l2_input_dispose(input_plugin_t *this_gen) {
free(this);
}
-static off_t v4l2_input_read(input_plugin_t *this_gen, char *buf, off_t nlen) {
+static off_t v4l2_input_read(input_plugin_t *this_gen, void *buf, off_t nlen) {
/* Only block reads are supported. */
return 0;
}