]> git.sesse.net Git - vlc/blobdiff - plugins/dummy/intf_dummy.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / dummy / intf_dummy.c
index 8033bb9bec6a61c65f38f52c99ff1355a6befea1..54fa2c586dc2c72e2b059bb2c40174d6f19d23ad 100644 (file)
@@ -2,7 +2,7 @@
  * intf_dummy.c: dummy interface plugin
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: intf_dummy.c,v 1.20 2002/07/15 20:09:31 sam Exp $
+ * $Id: intf_dummy.c,v 1.21 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -33,7 +33,7 @@
 /*****************************************************************************
  * intf_sys_t: description and status of FB interface
  *****************************************************************************/
-struct intf_sys_s
+struct intf_sys_t
 {
     /* Prevent malloc(0) */
     int i_dummy;