]> git.sesse.net Git - vlc/blobdiff - plugins/text/ncurses.c
* Coding style fixes here and there.
[vlc] / plugins / text / ncurses.c
index 13884015bccbbefc11af3acca71f3db0f35342a0..a65531d5a7760acadbac379e886846d691766109 100644 (file)
@@ -2,7 +2,7 @@
  * ncurses.c : NCurses plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: ncurses.c,v 1.3 2001/03/21 13:42:34 sam Exp $
+ * $Id: ncurses.c,v 1.4 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 );
 
 /*****************************************************************************