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