From 1ff2d54af069793f0e9ff82a0d827f16725608f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Fri, 20 Feb 2009 14:19:27 +0000 Subject: [PATCH] fix warning git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2656 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts140.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kenwood/ts140.c b/kenwood/ts140.c index 6f40544d0..5285d5a46 100644 --- a/kenwood/ts140.c +++ b/kenwood/ts140.c @@ -1,8 +1,8 @@ /* * Hamlib Kenwood backend - TS140 description - * Copyright (c) 2000-2008 by Stephane Fillod + * Copyright (c) 2000-2009 by Stephane Fillod * - * $Id: ts140.c,v 1.13 2009-02-03 22:56:06 azummo Exp $ + * $Id: ts140.c,v 1.14 2009-02-20 14:19:27 fillods 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 @@ -52,7 +52,6 @@ static struct kenwood_priv_caps ts140_priv_caps = { static int ts140_set_vfo(RIG *rig, vfo_t vfo) { char cmdbuf[16]; - int retval; char vfo_function; switch (vfo) {