From a7a6b80220ec682ad616fd2cb34ffdf7f9091df0 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 27 Feb 2006 01:04:09 +0000 Subject: fix by michael aschauer svn path=/trunk/externals/pidip/; revision=4618 --- modules/pdp_theonice~.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/pdp_theonice~.c b/modules/pdp_theonice~.c index 42552bf..af022ca 100644 --- a/modules/pdp_theonice~.c +++ b/modules/pdp_theonice~.c @@ -488,6 +488,7 @@ static int pdp_theonice_start(t_pdp_theonice *x) return ret; } post("pdp_theonice~ : start streaming at %d frames/second", x->x_framerate); + return 0; } /* set password */ @@ -1009,7 +1010,7 @@ static void pdp_theonice_process_yv12(t_pdp_theonice *x) { if ( gettimeofday(&x->x_tprevstream, NULL) == -1) { - post("pdp_theonice~ : could set start time" ); + post("pdp_theonice~ : couldn't set start time" ); } } -- cgit v1.2.1