kopia lustrzana https://github.com/Hamlib/Hamlib
fix mistake
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1990 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.5
rodzic
20f5e6fc3c
commit
bc0c2369b0
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Interface - toolbox
|
||||
* Copyright (c) 2000-2005 by Stephane Fillod
|
||||
*
|
||||
* $Id: misc.c,v 1.35 2005-04-04 18:30:51 fillods Exp $
|
||||
* $Id: misc.c,v 1.36 2005-04-04 21:24:51 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
|
||||
|
@ -526,6 +526,7 @@ setting_t HAMLIB_API rig_parse_parm(const char *s)
|
|||
return parm_str[i].parm;
|
||||
|
||||
return RIG_PARM_NONE;
|
||||
}
|
||||
|
||||
|
||||
const char * HAMLIB_API rig_strparm(setting_t parm)
|
||||
|
|
Ładowanie…
Reference in New Issue