diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-29 19:45:33 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-29 19:45:33 +0000 |
commit | de8b70199d639a9d33a1a9efc3aecc8f705f88ec (patch) | |
tree | 4ffe17c631b860fef7920511116ec66053bfd21f /src/input/input_file.c | |
parent | ad4d2c7452061fd2c7ef6d73c3ebd48546fb1f0d (diff) | |
download | xine-lib-de8b70199d639a9d33a1a9efc3aecc8f705f88ec.tar.gz xine-lib-de8b70199d639a9d33a1a9efc3aecc8f705f88ec.tar.bz2 |
Reorder fields to fill hole.
CVS patchset: 8774
CVS date: 2007/03/29 19:45:33
Diffstat (limited to 'src/input/input_file.c')
-rw-r--r-- | src/input/input_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_file.c b/src/input/input_file.c index 567a41c9f..fd2b0e733 100644 --- a/src/input/input_file.c +++ b/src/input/input_file.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_file.c,v 1.121 2007/02/25 18:04:08 dgp85 Exp $ + * $Id: input_file.c,v 1.122 2007/03/29 19:47:17 dgp85 Exp $ */ #ifdef HAVE_CONFIG_H @@ -66,8 +66,8 @@ typedef struct { xine_t *xine; config_values_t *config; - int show_hidden_files; char *origin_path; + int show_hidden_files; int mrls_allocated_entries; xine_mrl_t **mrls; |