git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1153 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Joop Stakenborg, PG4I 2002-09-04 15:10:21 +00:00
parent c97b6db6fa
commit 07b14ab10a

View File

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - main file
* Copyright (c) 2000-2002 by Stephane Fillod
*
* $Id: kenwood.c,v 1.43 2002-09-04 15:08:23 pa4tu Exp $
* $Id: kenwood.c,v 1.44 2002-09-04 15:10:21 pa4tu Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -957,7 +957,7 @@ int kenwood_get_ctcss_tone(RIG *rig, vfo_t vfo, tone_t *tone)
return retval;
if (tone_len != 38 || tonebuf[1] != 'F') {
rig_debug(RIG_DEBUG_ERR,"kenwood_get_ctss_tone: wrong answer len=%d\n",
rig_debug(RIG_DEBUG_ERR,"kenwood_get_ctcss_tone: wrong answer len=%d\n",
tone_len);
return -RIG_ERJCTED;
}