- remove a bogus , from rig.h

This commit is contained in:
Diane Bruce 2008-11-30 03:08:37 +00:00
parent d4613865ae
commit 21e62fd3b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223613
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= hamlib
PORTVERSION= 1.2.8
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -0,0 +1,11 @@
--- include/hamlib/rig.h.orig 2008-11-01 16:35:16.000000000 -0400
+++ include/hamlib/rig.h 2008-11-29 21:22:02.000000000 -0500
@@ -238,7 +238,7 @@
RIG_STATUS_UNTESTED, /*!< Written from available specs, rig unavailable for test, feedback wanted! */
RIG_STATUS_BETA, /*!< Beta quality */
RIG_STATUS_STABLE, /*!< Stable */
- RIG_STATUS_BUGGY, /*!< Was stable, but something broke it! */
+ RIG_STATUS_BUGGY /*!< Was stable, but something broke it! */
/* RIG_STATUS_NEW * *!< Initial release of code
* !! Use of RIG_STATUS_NEW is deprecated. Do not use it anymore */
};