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