]> git.sesse.net Git - vlc/blobdiff - plugins/mga/mga.c
* Coding style fixes here and there.
[vlc] / plugins / mga / mga.c
index fc0c7d6df5f21509eb74508111562713867353a2..e5938c0a7d408fc0be0bb72e7989589c8eeff075 100644 (file)
@@ -2,7 +2,7 @@
  * mga.c : Matrox Graphic Array plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: mga.c,v 1.4 2001/03/21 13:42:34 sam Exp $
+ * $Id: mga.c,v 1.5 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 );
 
 /*****************************************************************************