Update of /cvsroot/ftm/ftm/ftmlib
In directory sc8-pr-cvs17:/tmp/cvs-serv25719
Modified Files:
ftmsdif.c
Log Message:
correct indentation, untabify
Index: ftmsdif.c
===================================================================
RCS file: /cvsroot/ftm/ftm/ftmlib/ftmsdif.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ftmsdif.c 9 Jul 2007 16:00:13 -0000 1.6
--- ftmsdif.c 14 Sep 2007 17:09:29 -0000 1.7
***************
*** 1,67 ****
/* $Id$
! *
! * jMax
! * Copyright (C) 1994-2002 by IRCAM-Centre Georges Pompidou, Paris, France.
! *
! * This program is free software; you can redistribute it and/or
! * modify it under the terms of the GNU General Public License
! * as published by the Free Software Foundation; either version 2
! * of the License, or (at your option) any later version.
! *
[...1691 lines suppressed...]
! /* don't make track empty, but merge! */
! nread = SdifReadFile(import->base.filename, openfilefunc, framefunc,
! NULL, matrixdatafunc, NULL, (void *) import);
!
! /* check file or import errors */
! if (nread > 0)
! {
! fts_set_object(ret, import->target);
! success = 1;
! }
! } /* else: no SDIF file, so silently ignore this file and let
! other handlers try their luck */
#if JMAXSDIF_DEBUG
! fts_post("...read %d bytes\n", nread);
#endif
! jmaxsdif_delete(&import->base);
! return success;
}
|