git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2844 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.11
Stéphane Fillod, F8CFE 2010-03-03 08:34:00 +00:00
rodzic 12609c8f97
commit 5be226561b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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);
}