]> git.sesse.net Git - vlc/blobdiff - plugins/gnome/gnome.c
* Coding style fixes here and there.
[vlc] / plugins / gnome / gnome.c
index 67c42de36bec9ee437d3922459a492e59ab7a282..700ff98bcfb78ac9b282a22604a40ebd56e7c5af 100644 (file)
@@ -2,7 +2,7 @@
  * gnome.c : Gnome plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: gnome.c,v 1.6 2001/03/21 13:42:34 sam Exp $
+ * $Id: gnome.c,v 1.7 2001/04/28 03:36:25 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *      
@@ -48,7 +48,7 @@ MODULE_CONFIG_END
 
 /*****************************************************************************
  * Capabilities defined in the other files.
- ******************************************************************************/
+ *****************************************************************************/
 void _M( intf_getfunctions )( function_list_t * p_function_list );
 
 /*****************************************************************************