diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-08-07 17:26:11 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-08-07 17:26:11 +0200 |
commit | 28613ab5f9bf6dacca2969ce9490ad9d8f273c21 (patch) | |
tree | 04d7c1b03a4ff1741d97d7b53fc43d150bcaef82 /v4l2-apps/libv4l | |
parent | faf2479d2dfa16ad1c7a316f0443df4fa6f9c3c8 (diff) | |
download | mediapointer-dvb-s2-28613ab5f9bf6dacca2969ce9490ad9d8f273c21.tar.gz mediapointer-dvb-s2-28613ab5f9bf6dacca2969ce9490ad9d8f273c21.tar.bz2 |
libv4l: fix a compiler warning
From: Hans de Goede <hdegoede@redhat.com>
libv4l: fix a compiler warning
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l')
-rw-r--r-- | v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c index 9a5281938..e62862f66 100644 --- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c +++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c @@ -154,7 +154,7 @@ static const struct v4lcontrol_flags_info v4lcontrol_flags[] = { static const struct v4l2_queryctrl fake_controls[]; -static int v4lcontrol_get_dmi_string(const char *string, char *buf, int size) +static void v4lcontrol_get_dmi_string(const char *string, char *buf, int size) { FILE *f; char *s, sysfs_name[512]; |