|
From: libvidcap c. <lib...@li...> - 2007-10-26 01:58:59
|
Revision: 59
http://libvidcap.svn.sourceforge.net/libvidcap/?rev=59&view=rev
Author: jpgrayson
Date: 2007-10-25 18:58:58 -0700 (Thu, 25 Oct 2007)
Log Message:
-----------
Fix a couple stray funny line endings (funny == CR/LF).
Modified Paths:
--------------
trunk/src/sapi_dshow.cpp
Modified: trunk/src/sapi_dshow.cpp
===================================================================
--- trunk/src/sapi_dshow.cpp 2007-10-26 01:50:54 UTC (rev 58)
+++ trunk/src/sapi_dshow.cpp 2007-10-26 01:58:58 UTC (rev 59)
@@ -214,11 +214,11 @@
return -1;
}
- if ( sapi_ctx->priv == 0 )
- {
- log_error("failed constructing DShowSrcManager\n");
- return -1;
- }
+ if ( sapi_ctx->priv == 0 )
+ {
+ log_error("failed constructing DShowSrcManager\n");
+ return -1;
+ }
sapi_ctx->identifier = identifier;
sapi_ctx->description = description;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|