]> git.sesse.net Git - vlc/blobdiff - plugins/fb/fb.c
* Coding style fixes here and there.
[vlc] / plugins / fb / fb.c
index 97521df4c673f7ce513086144e2c5b3a16ab6c68..a2f157d495bfc2c2733660035839f93efea310e5 100644 (file)
@@ -2,7 +2,7 @@
  * fb.c : framebuffer plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: fb.c,v 1.5 2001/03/21 13:42:33 sam Exp $
+ * $Id: fb.c,v 1.6 2001/04/28 03:36:25 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *      
@@ -51,7 +51,7 @@ MODULE_CONFIG_END
 
 /*****************************************************************************
  * Capabilities defined in the other files.
- ******************************************************************************/
+ *****************************************************************************/
 void _M( vout_getfunctions )( function_list_t * p_function_list );
 
 /*****************************************************************************