git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1296 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-11-28 22:27:11 +00:00
rodzic 2d9de98a62
commit a2d8f1053f
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
* This programs dumps the capabilities of a backend rig.
*
*
* $Id: dumpcaps.c,v 1.33 2002-11-04 22:28:46 fillods Exp $
* $Id: dumpcaps.c,v 1.34 2002-11-28 22:27:11 fillods Exp $
*
*
* This program is free software; you can redistribute it and/or
@ -85,6 +85,9 @@ int dumpcaps (RIG* rig)
case RIG_TYPE_COMPUTER:
printf("Computer\n");
break;
case RIG_TYPE_TUNER:
printf("Tuner\n");
break;
case RIG_TYPE_OTHER:
printf("Other\n");
break;