diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2009-11-15 12:06:06 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-11-15 12:06:07 -0800 |
commit | 011ea3e96111a8c602f0ad256a78ecbe6d78a23c (patch) | |
tree | 568e82009b7d4e9f69435e8b1503ebdd8d5cb7c3 /arm-wt-22k/lib_src/eas_wavefiledata.c | |
parent | 618669a0423554a0af43cd0aa42101fc80b7d948 (diff) | |
parent | a8c89077d78769bf4840fa91609edc51fe2fa02d (diff) | |
download | external_sonivox-011ea3e96111a8c602f0ad256a78ecbe6d78a23c.zip external_sonivox-011ea3e96111a8c602f0ad256a78ecbe6d78a23c.tar.gz external_sonivox-011ea3e96111a8c602f0ad256a78ecbe6d78a23c.tar.bz2 |
merge from eclair
Diffstat (limited to 'arm-wt-22k/lib_src/eas_wavefiledata.c')
-rw-r--r-- | arm-wt-22k/lib_src/eas_wavefiledata.c | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/arm-wt-22k/lib_src/eas_wavefiledata.c b/arm-wt-22k/lib_src/eas_wavefiledata.c index 3742aa6..c224a6c 100644 --- a/arm-wt-22k/lib_src/eas_wavefiledata.c +++ b/arm-wt-22k/lib_src/eas_wavefiledata.c @@ -1,12 +1,12 @@ -/*----------------------------------------------------------------------------
- *
- * File:
- * eas_wavefiledata.c
- *
- * Contents and purpose:
- * Static data block for wave file parser.
- *
- * Copyright Sonic Network Inc. 2005
+/*---------------------------------------------------------------------------- + * + * File: + * eas_wavefiledata.c + * + * Contents and purpose: + * Static data block for wave file parser. + * + * Copyright Sonic Network Inc. 2005 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,15 +19,15 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - *
- *----------------------------------------------------------------------------
- * Revision Control:
- * $Revision: 547 $
- * $Date: 2007-01-31 16:30:17 -0800 (Wed, 31 Jan 2007) $
- *----------------------------------------------------------------------------
-*/
-
-#include "eas_wavefile.h"
-
-S_WAVE_STATE eas_WaveData;
-
+ * + *---------------------------------------------------------------------------- + * Revision Control: + * $Revision: 547 $ + * $Date: 2007-01-31 16:30:17 -0800 (Wed, 31 Jan 2007) $ + *---------------------------------------------------------------------------- +*/ + +#include "eas_wavefile.h" + +S_WAVE_STATE eas_WaveData; + |