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