aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/lpc10/voicin.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 18:45:44 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 18:45:44 +0000
commitf4e2125a0b62ea4e1aff316961aa5529b3051842 (patch)
treebfb6eb7d4c1f6ffbaa97bc3b855e2c51c3e12a75 /codecs/lpc10/voicin.c
parente38441a0ee22fa1dc9dd9fc2b007d79080a4f69d (diff)
Merged revisions 45079 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r45079 | file | 2006-10-13 14:42:49 -0400 (Fri, 13 Oct 2006) | 2 lines And file said... let the compiler warnings STOP! ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@45080 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/lpc10/voicin.c')
-rw-r--r--codecs/lpc10/voicin.c48
1 files changed, 24 insertions, 24 deletions
diff --git a/codecs/lpc10/voicin.c b/codecs/lpc10/voicin.c
index 02e4d409c..3605d2f2e 100644
--- a/codecs/lpc10/voicin.c
+++ b/codecs/lpc10/voicin.c
@@ -60,18 +60,18 @@ extern struct {
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/11/23 22:14:32 markster
-/* Various warning cleanups
-/*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:40 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/11/23 22:14:32 markster
+ * Various warning cleanups
+ *
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:40 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:45:00 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
@@ -311,18 +311,18 @@ s*/
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/11/23 22:14:32 markster
-/* Various warning cleanups
-/*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:40 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/11/23 22:14:32 markster
+ * Various warning cleanups
+ *
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:40 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:45:00 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an