summaryrefslogtreecommitdiff
path: root/utils/frame.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-10-28 16:19:04 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-10-28 16:19:04 +0000
commit59584f57442df9efcf466dd6b292f09ed30d34c9 (patch)
tree7b4c155be0e6de82206cd0ee678f73ba1195377f /utils/frame.c
parentaca0431935c798d043e6cbb673d5467078e85687 (diff)
fix compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/frame.c')
-rwxr-xr-xutils/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/frame.c b/utils/frame.c
index bd83bc57e..7fdb1637d 100755
--- a/utils/frame.c
+++ b/utils/frame.c
@@ -25,7 +25,7 @@
#include "frame.h"
time_t stopwatch; /* will hold time at start of calculation */
-unsigned int samplefrequency;
+int samplefrequency;
unsigned short samplewidth;
unsigned short channels;
int wavout; /* TRUE iff out file should be a .WAV file */