fix stupid typo

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@720 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2001-11-14 18:29:14 +00:00
rodzic ae373d4fe1
commit 632426c9e4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib AOR backend - main file
* Copyright (c) 2000,2001 by Stephane Fillod
*
* $Id: aor.c,v 1.13 2001-10-22 20:23:42 f4cfe Exp $
* $Id: aor.c,v 1.14 2001-11-14 18:29:14 f4cfe 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
@ -266,7 +266,7 @@ int aor_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
ackbuf[0]);
return -RIG_EINVAL;
}
if (*width != RIG_PASSBAND_NORMAL)
if (*width == RIG_PASSBAND_NORMAL)
*width = rig_passband_normal(rig, *mode);
return RIG_OK;