From ea4c99de4cedf4623f3569dd48e153141950b78a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 25 Mar 2013 22:12:07 +0100 Subject: dshow_pin: dont return a value from a void function Signed-off-by: Michael Niedermayer --- libavdevice/dshow_pin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/dshow_pin.c') diff --git a/libavdevice/dshow_pin.c b/libavdevice/dshow_pin.c index 4953642bb9..30e4d9585c 100644 --- a/libavdevice/dshow_pin.c +++ b/libavdevice/dshow_pin.c @@ -358,5 +358,5 @@ libAVMemInputPin_Destroy(libAVMemInputPin *this) { libAVPin *pin = (libAVPin *) ((uint8_t *) this - imemoffset); dshowdebug("libAVMemInputPin_Destroy(%p)\n", this); - return libAVPin_Destroy(pin); + libAVPin_Destroy(pin); } -- cgit v1.2.3