]> git.sesse.net Git - vlc/blobdiff - plugins/text/logger.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / text / logger.c
index 4bac6e276bc53c64f20651ef4a15758ba9cfd2ff..eb77930d0bb82edc6cacd3793992e0d74c026387 100644 (file)
@@ -2,7 +2,7 @@
  * logger.c : file logging plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: logger.c,v 1.12 2002/07/15 20:09:31 sam Exp $
+ * $Id: logger.c,v 1.13 2002/07/20 18:01:43 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -59,7 +59,7 @@
 /*****************************************************************************
  * intf_sys_t: description and status of log interface
  *****************************************************************************/
-struct intf_sys_s
+struct intf_sys_t
 {
     int i_mode;