From: libvidcap c. <lib...@li...> - 2007-12-12 20:43:52
|
Revision: 82 http://libvidcap.svn.sourceforge.net/libvidcap/?rev=82&view=rev Author: bcholew Date: 2007-12-12 12:43:46 -0800 (Wed, 12 Dec 2007) Log Message: ----------- whitespace Modified Paths: -------------- trunk/src/sapi_qt.c Modified: trunk/src/sapi_qt.c =================================================================== --- trunk/src/sapi_qt.c 2007-12-12 20:25:17 UTC (rev 81) +++ trunk/src/sapi_qt.c 2007-12-12 20:43:46 UTC (rev 82) @@ -455,9 +455,9 @@ if ( errno != -EINTR ) { log_error("failed nanosleep() %d\n", errno); - ret = -8; - sapi_src_capture_notify(src_ctx, 0, 0, 0, ret); - goto bail; + ret = -8; + sapi_src_capture_notify(src_ctx, 0, 0, 0, ret); + goto bail; } } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |