little fix to make gcc-3.x happy

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1289 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-11-21 23:06:37 +00:00
rodzic f575ad24ab
commit 19c21c42a8
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,7 +12,7 @@
* pages 86 to 90
*
*
* $Id: ft920.c,v 1.7 2002-11-16 04:12:01 n0nb Exp $
* $Id: ft920.c,v 1.8 2002-11-21 23:06:37 fillods Exp $
*
*
* This program is free software; you can redistribute it and/or
@ -921,7 +921,7 @@ int ft920_get_vfo(RIG *rig, vfo_t *vfo) {
*vfo = RIG_VFO_A;
priv->current_vfo = RIG_VFO_A;
return RIG_OK;
case NULL:
case 0:
*vfo = RIG_VFO_A;
priv->current_vfo = RIG_VFO_A;
return RIG_OK;