mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
fix mixup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2844 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
parent
12609c8f97
commit
5be226561b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* rotctld.c - (C) Stephane Fillod 2000-2009
|
||||
* rotctld.c - (C) Stephane Fillod 2000-2010
|
||||
*
|
||||
* This program test/control a rotator using Hamlib.
|
||||
* It takes commands from network connection.
|
||||
|
|
@ -253,7 +253,7 @@ int main (int argc, char *argv[])
|
|||
*/
|
||||
if (dump_caps_opt) {
|
||||
dumpcaps_rot(my_rot, stdout);
|
||||
rig_cleanup(my_rot); /* if you care about memory */
|
||||
rot_cleanup(my_rot); /* if you care about memory */
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue