]> git.sesse.net Git - vlc/commitdiff
Remove trailing space + comment fix.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 25 Mar 2007 15:26:17 +0000 (15:26 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 25 Mar 2007 15:26:17 +0000 (15:26 +0000)
modules/video_output/snapshot.c

index 8bfbfb7d1a137cc98a7355e1245565059928bae0..da923895e2deaeab9befb1118808aebb7e1b1199 100644 (file)
  *****************************************************************************/
 
 /*****************************************************************************
- * This module is a pseudo video output the offers the possibility to
+ * This module is a pseudo video output that offers the possibility to
  * keep a cache of low-res snapshots.
  * The snapshot structure is defined in include/snapshot.h
  * In order to access the current snapshot cache, object variables are used:
  *   snapshot-list-pointer : the pointer on the first element in the list
- *   snapshot-datasize     : size of a snapshot 
+ *   snapshot-datasize     : size of a snapshot
  *                           (also available in snapshot_t->i_datasize)
  *   snapshot-cache-size   : size of the cache list
  *