]> git.sesse.net Git - vlc/blobdiff - plugins/lirc/lirc.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / lirc / lirc.c
index 4c6049522f4c1f52dd04cb16174ce8dfb5642f52..b2a68c39bc5fcf706644436b00b29d394af04768 100644 (file)
@@ -2,7 +2,7 @@
  * lirc.c : lirc plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: lirc.c,v 1.13 2002/07/15 20:09:31 sam Exp $
+ * $Id: lirc.c,v 1.14 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -38,7 +38,7 @@
 /*****************************************************************************
  * intf_sys_t: description and status of FB interface
  *****************************************************************************/
-struct intf_sys_s
+struct intf_sys_t
 {
     struct lirc_config *config;
     vlc_mutex_t         change_lock;