more tweaks to doxygen and cleanups

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12443 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2009-03-05 04:39:35 +00:00
parent e1a55739f0
commit 5e63e72afc
2 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
way comes along some day. =D
*/
#define switch_normalize_volume(x) if(x > 4) x = 4; if (x < -4) x = -4;
#define switch_normalize_volume(x) if (x > 4) x = 4; if (x < -4) x = -4;
#ifndef SWITCH_RESAMPLE_H
#define SWITCH_RESAMPLE_H