aboutsummaryrefslogtreecommitdiff
path: root/getfreq.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-28 14:04:09 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-28 14:04:09 +1300
commit9d6931a2700d792cf0d8cb7a3c5e85e576ec9b04 (patch)
tree081eab3d577a6bf43da42df3ab976b87e6b9299c /getfreq.c
parent73e1cc97462d7c2e950504e639c965ccb67895c8 (diff)
downloadparamano-9d6931a2700d792cf0d8cb7a3c5e85e576ec9b04.tar.xz
Removed unused function
Diffstat (limited to 'getfreq.c')
-rw-r--r--getfreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getfreq.c b/getfreq.c
index e812de8..bae86cf 100644
--- a/getfreq.c
+++ b/getfreq.c
@@ -64,7 +64,7 @@ void gf_init()
total_freqs = 0;
do
{
- chomp(next_token);
+ //chomp(next_token);
debug("Found frequency #%d (%s KHz)\n",total_freqs,next_token);
strncpy(freqs[i][total_freqs], next_token, FREQ_LENGTH);
total_freqs++;