-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hans de Goede wrote:
> Hi,
>
> Thanks, I've applied your patch with one small fix,
> The else block at the end of was wrongly indented
> (one indent level too much) It is the else for the first if, not the
> second.
> Note the first if has a { at the
Hi,
Thanks, I've applied your patch with one small fix,
The else block at the end of was wrongly indented
(one indent level too much) It is the else for the first if, not the second.
Note the first if has a { at the end of the line, and the second does not,
and the else starts with a }.
Regards,
From: Huzaifa Sidhpurwala
Move VIDIOCGFBUF into libv4l1
Signed-off-by: Huzaifa Sidhpurwala
---
lib/libv4l1/libv4l1.c | 45 +
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/lib/libv4l1/libv4l1.c b/lib/libv4l1/libv4l1.c
index e13feba