vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Aug 18 18:42:53 2011 +0300| [ebf23452f18fcefa4f16898fb36012590eebfb76] | committer: Rémi Denis-Courmont
Typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebf23452f18fcefa4f16898fb36012590eebfb76 --- modules/services_discovery/sap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/services_discovery/sap.c b/modules/services_discovery/sap.c index 493783c..a44cd6d 100644 --- a/modules/services_discovery/sap.c +++ b/modules/services_discovery/sap.c @@ -593,7 +593,7 @@ static void *Run( void *data ) } if( !p_sd->p_sys->i_announces ) - timeout = -1; /* We can safely poll indefinitly. */ + timeout = -1; /* We can safely poll indefinitely. */ else if( timeout < 200 ) timeout = 200; /* Don't wakeup too fast. */ } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
