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